Rectangle

object Rectangle
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(xPosition: Double, yPosition: Double): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, rotate: Double): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, rotate: Double, positionMode: Value): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, positionMode: Value): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, positionMode: Value, config: RectangleConfig): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, config: RectangleConfig): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, rotate: Double, config: RectangleConfig): Rectangle
def apply(xPosition: Double, yPosition: Double, name: String): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, name: String): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, rotate: Double, name: String): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, rotate: Double, positionMode: Value, name: String): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, positionMode: Value, name: String): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, positionMode: Value, name: String, config: RectangleConfig): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, name: String, config: RectangleConfig): Rectangle
def apply(xPosition: Double, yPosition: Double, width: Double, height: Double, rotate: Double, name: String, config: RectangleConfig): Rectangle