Frame

final case class Frame(id: String, size: Size, background: Option[Color])
Companion:
object
Source:
Frame.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def background(color: Color): Frame
def fitToPicture(border: Int): Frame
def size(width: Double, height: Double): Frame

Inherited methods

Inherited from:
Product