class
ScaledArea2D
[X, Y]
extends AnyRef
Instance Constructors
-
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
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
drawLine
(g2d: Graphics2D, p0: Point2D[X, Y], p1: Point2D[X, Y]): Unit
-
def
drawOval
(g2d: Graphics2D, p: Point2D[X, Y], width: Int, height: Int): Unit
-
def
drawRectangle
(g2d: Graphics2D, p0: Point2D[X, Y], p1: Point2D[X, Y]): Unit
-
def
drawString
(g2d: Graphics2D, s: String, p: Point2D[X, Y]): Unit
-
def
drawXTics
(g2d: Graphics2D, fontMetrics: FontMetrics, xTics: Seq[(X, String)]): Unit
-
def
drawYTics
(g2d: Graphics2D, fontMetrics: FontMetrics, yTics: Seq[(Y, String)]): Unit
-
val
drawableHeight
: Int
-
val
drawableWidth
: Int
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
fillOval
(g2d: Graphics2D, p: Point2D[X, Y], width: Int, height: Int): Unit
-
def
finalize
(): Unit
-
def
framePoint
(sp: Point2D[X, Y]): Point
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
horizontalLine
(g2d: Graphics2D, y: Y): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
verticalLine
(g2d: Graphics2D, x: X): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any