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