Rectangle

scalafx.scene.shape.Rectangle
See theRectangle companion class
object Rectangle

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Rectangle.type

Members list

Value members

Concrete methods

def apply(width: Double, height: Double): Rectangle
def apply(x: Double, y: Double, width: Double, height: Double): Rectangle
def apply(width: Double, height: Double, fill: Paint): Rectangle

Implicits

Implicits

implicit def sfxRectangle2jfx(v: Rectangle): Rectangle