Insets

object Insets
Companion
class
class Object
trait Matchable
class Any

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.

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.

Concrete fields

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

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

Implicits

Implicits

implicit def sfxInsets2jfx(i: Insets): Insets