implicit class Placeable extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Placeable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Placeable(r: Drawable)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def above(other: Drawable): Drawable
  5. def affine(affine: AffineTransform): Drawable
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def behind(other: Drawable): Drawable
  8. def below(other: Drawable): Drawable
  9. def beside(other: Drawable): Drawable
  10. def bottom(height: Double = 0): Drawable
  11. def center(width: Double = 0): Drawable
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. def colored(color: Color): Drawable
  14. def dashed(lineStyle: LineStyle): Drawable
  15. def dashed(dashLength: Double): Drawable
  16. def debug: Drawable
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def filled(gradient: Gradient2d): Drawable
  20. def filled(color: Color): Drawable
  21. def flipX: Drawable
  22. def flipX(width: Double): Drawable
  23. def flipY: Drawable
  24. def flipY(height: Double): Drawable
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def inFrontOf(other: Drawable): Drawable
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def labeled(msg: String): Drawable
  30. def labeled(msgSize: (String, Double, String)): Drawable
  31. def middle(height: Double = 0): Drawable
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. def padAll(pad: Double): Drawable
  36. def padBottom(pad: Double): Drawable
  37. def padLeft(pad: Double): Drawable
  38. def padRight(pad: Double): Drawable
  39. def padTop(pad: Double): Drawable
  40. def resize(extent: Extent): Drawable
  41. def right(width: Double = 0): Drawable
  42. def rotated(degrees: Double): Drawable
  43. def scaled(x: Double = 1, y: Double = 1): Drawable
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def titled(msg: String): Drawable
  46. def titled(msgSize: (String, Double, String)): Drawable
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def transX(nudge: Double): Drawable
  49. def transY(nudge: Double): Drawable
  50. def translate(x: Double = 0, y: Double = 0): Drawable

    Translate.

    Translate. This will optimize away stacked translates.

  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def weighted(weight: Double): Drawable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped