trait GraphicsInterface extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- GraphicsInterface
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )