Fx.Util.Insets

object Insets extends Fx.Abstract.Delegate.Opaque[Insets, Insets]
class Ref.Custom.Type[Insets, Insets]
class Object
trait Matchable
class Any

Alias

Inherited

final lazy val FxConverter: TwoWayFun[Insets, Insets]
Inherited from
Opaque
Source
Opaque.scala

Def

inline def apply(inline top: Double, inline right: Double, inline bottom: Double, inline left: Double): Insets
inline def apply(all: Double): Insets
inline def bottom: Double
override def info(v: Insets): Info
Definition Classes
Source
Insets.scala
inline def left: Double
def newBottom(v: Double): Insets
def newLeft(v: Double): Insets
def newRight(v: Double): Insets
def newTop(v: Double): Insets
inline def right: Double
inline def top: Double

Inherited

def apply(v: Insets): Insets
Inherited from
Opaque
Source
Opaque.scala
final def isRef: Boolean
Inherited from
Type
Source
Type.scala
def isVoid(v: Insets): Boolean

Void check

Void check

Override this method to define which instances of this type are void

By default this method always returns false

If type supports void instances, then following inmpelentation should be added in most cases:

 implicit inline def xxRequest(inline v: \/) : <type> = <return void>
Inherited from
Type
Source
Type.scala
val name: String
Inherited from
Type
Source
Type.scala
inline def real: Insets
Inherited from
Type
Source
Type.scala
def tag(v: Insets): String

Type to String

Type to String

Override this method to provide type standard convertion to String

Inherited from
Type
Source
Type.scala