Class

axle.visualize

ScaledArea2D

Related Doc: package visualize

Permalink

case class ScaledArea2D[X, Y](left: Double, right: Double, top: Double, bottom: Double, minX: X, maxX: X, minY: Y, maxY: Y)(implicit eqX: Eq[X], eqY: Eq[Y], lengthX: LengthSpace[X, _, Double], lengthY: LengthSpace[Y, _, Double]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScaledArea2D
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScaledArea2D(left: Double, right: Double, top: Double, bottom: Double, minX: X, maxX: X, minY: Y, maxY: Y)(implicit eqX: Eq[X], eqY: Eq[Y], lengthX: LengthSpace[X, _, Double], lengthY: LengthSpace[Y, _, Double])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bottom: Double

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def framePoint(sp: Point2D[X, Y]): Point2D[Double, Double]

    Permalink
  10. def frameX(x: X): Double

    Permalink
  11. def frameY(y: Y): Double

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. val height: Double

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val left: Double

    Permalink
  16. val maxX: X

    Permalink
  17. val maxY: Y

    Permalink
  18. val minX: X

    Permalink
  19. val minY: Y

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. val nonZeroArea: Boolean

    Permalink
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val right: Double

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. val top: Double

    Permalink
  27. def unframePoint(p: Point2D[Double, Double]): Point2D[X, Y]

    Permalink
  28. def unframeX(px: Double): X

    Permalink
  29. def unframeY(py: Double): Y

    Permalink
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val width: Double

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped