Insets

scalafx.geometry.Insets
See theInsets companion class
object Insets

Attributes

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

Members list

Value members

Concrete methods

def apply(topRightBottomLeft: Double): Insets

Constructs a new Insets instance with same value for all four offsets.

Constructs a new Insets instance with same value for all four offsets.

Attributes

def apply(top: Double, right: Double, bottom: Double, left: Double): Insets

Constructs a new Insets instance with four different offsets.

Constructs a new Insets instance with four different offsets.

Attributes

Concrete fields

val Empty: Insets

Empty insets. An Insets instance with all offsets equal to zero.

Empty insets. An Insets instance with all offsets equal to zero.

Attributes

Implicits

Implicits

implicit def sfxInsets2jfx(i: Insets): Insets