trait
GraphicsInterface
extends AnyRef
Abstract Value Members
-
def
antiAliasing
(on: Boolean): Unit
-
def
dispose
(): Unit
-
def
draw
(shape: Shape): Unit
-
def
drawCircle
(x: Double, y: Double, xDiamter: Double, yDiameter: Double, scale: Double, angle: Double): Unit
-
def
drawImage
(image: Image, x: Int, y: Int, width: Int, height: Int): Unit
-
def
drawImage
(image: BufferedImage): Unit
-
def
drawLabel
(s: String, x: Double, y: Double, patchSize: Double): Unit
-
def
drawLine
(x1: Double, y1: Double, x2: Double, y2: Double): Unit
-
def
drawPolygon
(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
-
def
drawPolyline
(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
-
def
drawRect
(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit
-
def
fill
(shape: Shape): Unit
-
def
fillCircle
(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit
-
def
fillPolygon
(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
-
def
fillRect
(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit
-
def
fillRect
(x: Int, y: Int, width: Int, height: Int): Unit
-
def
getFontMetrics
: FontMetrics
-
def
location
(x: Double, y: Double): String
-
def
pop
(): Unit
-
def
push
(): Unit
-
def
rotate
(theta: Double, x: Double, y: Double, offset: Double): Unit
-
def
rotate
(theta: Double, x: Double, y: Double): Unit
-
def
rotate
(theta: Double): Unit
-
def
scale
(x: Double, y: Double, shapeWidth: Double): Unit
-
def
scale
(x: Double, y: Double): Unit
-
def
setColor
(c: Color): Unit
-
def
setComposite
(comp: Composite): Unit
-
def
setInterpolation
(): Unit
-
def
setStroke
(width: Float, dashes: Array[Float]): Unit
-
def
setStroke
(width: Double): Unit
-
def
setStrokeControl
(): Unit
-
def
setStrokeFromLineThickness
(lineThickness: Double, scale: Double, cellSize: Double, shapeWidth: Double): Unit
-
def
translate
(x: Double, y: Double): Unit
Concrete 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
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
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
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any