class Graphics2DWrapper extends GraphicsInterface
- Source
- Graphics2DWrapper.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Graphics2DWrapper
- GraphicsInterface
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
-
def
antiAliasing(on: Boolean): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
dispose(): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
draw(shape: Shape): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
drawCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
drawImage(image: Image, x: Int, y: Int, width: Int, height: Int): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
drawImage(image: BufferedImage): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
drawLabel(label: String, x: Double, y: Double, patchSize: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
drawLine(x1: Double, y1: Double, x2: Double, y2: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
drawPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
drawPolyline(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
drawRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fill(shape: Shape): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
fillCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
fillPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
fillRect(x: Int, y: Int, width: Int, height: Int): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
fillRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getFontMetrics: FontMetrics
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isQuartz: Boolean
-
def
location(x: Double, y: Double): String
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
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()
-
def
pop(): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
push(): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
rotate(theta: Double, x: Double, y: Double, offset: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
rotate(theta: Double, x: Double, y: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
rotate(theta: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
scale(x: Double, y: Double, shapeWidth: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
scale(x: Double, y: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
setColor(c: Color): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
setComposite(comp: Composite): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
setInterpolation(): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
- def setPenWidth(penSize: Double): Unit
-
def
setStroke(width: Float, dashes: Array[Float]): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
setStroke(width: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
setStrokeControl(): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
def
setStrokeFromLineThickness(lineThickness: Double, scale: Double, cellSize: Double, shapeWidth: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
translate(x: Double, y: Double): Unit
- Definition Classes
- Graphics2DWrapper → GraphicsInterface
-
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( ... )