axle.visualize

ScaledArea2D

class ScaledArea2D [X, Y] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScaledArea2D
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScaledArea2D (width: Int, height: Int, pad: Int, minX: X, maxX: X, minY: Y, maxY: Y)(implicit xPortionable: Portionable[X], yPortionable: Portionable[Y])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def drawLine (g2d: Graphics2D, p0: Point2D[X, Y], p1: Point2D[X, Y]): Unit

  9. def drawOval (g2d: Graphics2D, p: Point2D[X, Y], width: Int, height: Int): Unit

  10. def drawRectangle (g2d: Graphics2D, p0: Point2D[X, Y], p1: Point2D[X, Y]): Unit

  11. def drawString (g2d: Graphics2D, s: String, p: Point2D[X, Y]): Unit

  12. def drawXTics (g2d: Graphics2D, fontMetrics: FontMetrics, xTics: Seq[(X, String)]): Unit

  13. def drawYTics (g2d: Graphics2D, fontMetrics: FontMetrics, yTics: Seq[(Y, String)]): Unit

  14. val drawableHeight : Int

  15. val drawableWidth : Int

  16. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def fillOval (g2d: Graphics2D, p: Point2D[X, Y], width: Int, height: Int): Unit

  19. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def framePoint (sp: Point2D[X, Y]): Point

  21. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. def horizontalLine (g2d: Graphics2D, y: Y): Unit

  24. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  25. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    AnyRef → Any
  30. def verticalLine (g2d: Graphics2D, x: X): Unit

  31. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any