Packages

o

org.nspl

Align

object Align

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bottomCenter[T <: Renderable[T]](move: T, reference: Bounds): T
  6. def bottomLeftCorner[T <: Renderable[T]](move: T, reference: Bounds): T
  7. def bottomRightCorner[T <: Renderable[T]](move: T, reference: Bounds): T
  8. def center[T <: Renderable[T]](move: T, reference: Bounds): T
  9. def centerLeft[T <: Renderable[T]](move: T, reference: Bounds): T
  10. def centerRight[T <: Renderable[T]](move: T, reference: Bounds): T
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def horizontal[T <: Renderable[T]](move: T, reference: Bounds, alignment: Alignment): T
  17. def horizontalAnchor[T <: Renderable[T]](move: T, reference: Bounds): T
  18. def horizontalCenter[T <: Renderable[T]](move: T, reference: Bounds): T
  19. def horizontalGapAfterReference[T <: Renderable[T]](move: T, reference: Bounds, gap: Double): T
  20. def horizontalGapBeforeReference[T <: Renderable[T]](move: T, reference: Bounds, gap: Double): T
  21. def horizontalLeft[T <: Renderable[T]](move: T, reference: Bounds): T
  22. def horizontalRight[T <: Renderable[T]](move: T, reference: Bounds): T
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def topCenter[T <: Renderable[T]](move: T, reference: Bounds): T
  30. def topLeftCorner[T <: Renderable[T]](move: T, reference: Bounds): T
  31. def topRightCorner[T <: Renderable[T]](move: T, reference: Bounds): T
  32. def vertical[T <: Renderable[T]](move: T, reference: Bounds, alignment: Alignment): T
  33. def verticalAnchor[T <: Renderable[T]](move: T, reference: Bounds): T
  34. def verticalCenter[T <: Renderable[T]](move: T, reference: Bounds): T
  35. def verticalGapAfterReference[T <: Renderable[T]](move: T, reference: Bounds, gap: Double): T
  36. def verticalGapBeforeReference[T <: Renderable[T]](move: T, reference: Bounds, gap: Double): T
  37. def verticalLeft[T <: Renderable[T]](move: T, reference: Bounds): T
  38. def verticalRight[T <: Renderable[T]](move: T, reference: Bounds): T
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. case object Anchor extends Alignment with Product with Serializable
  43. case object Center extends Alignment with Product with Serializable
  44. case object Left extends Alignment with Product with Serializable
  45. case object NoAlignment extends Alignment with Product with Serializable
  46. case object Right extends Alignment with Product with Serializable

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