implicit class Placeable extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Placeable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def above(other: Drawable): Drawable
- def affine(affine: AffineTransform): Drawable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def behind(other: Drawable): Drawable
- def below(other: Drawable): Drawable
- def beside(other: Drawable): Drawable
- def bottom(height: Double = 0): Drawable
- def center(width: Double = 0): Drawable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def colored(color: Color): Drawable
- def dashed(lineStyle: LineStyle): Drawable
- def dashed(dashLength: Double): Drawable
- def debug: Drawable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filled(gradient: Gradient2d): Drawable
- def filled(color: Color): Drawable
- def flipX: Drawable
- def flipX(width: Double): Drawable
- def flipY: Drawable
- def flipY(height: Double): Drawable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def inFrontOf(other: Drawable): Drawable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def labeled(msg: String): Drawable
- def labeled(msgSize: (String, Double, String)): Drawable
- def middle(height: Double = 0): Drawable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def padAll(pad: Double): Drawable
- def padBottom(pad: Double): Drawable
- def padLeft(pad: Double): Drawable
- def padRight(pad: Double): Drawable
- def padTop(pad: Double): Drawable
- def resize(extent: Extent): Drawable
- def right(width: Double = 0): Drawable
- def rotated(degrees: Double): Drawable
- def scaled(x: Double = 1, y: Double = 1): Drawable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def titled(msg: String): Drawable
- def titled(msgSize: (String, Double, String)): Drawable
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transX(nudge: Double): Drawable
- def transY(nudge: Double): Drawable
- def translate(x: Double = 0, y: Double = 0): Drawable
Translate.
Translate. This will optimize away stacked translates.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def weighted(weight: Double): Drawable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated