object Java2D
Ordering
- Alphabetic
- By Inheritance
Inherited
- Java2D
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fontMetrics(gc: Graphics2D, font: Font): FontMetrics
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setFill(graphics: Graphics2D, fill: Fill): Unit
- def setStroke(graphics: Graphics2D, stroke: Stroke): Unit
- def strokeAndFill(graphics: Graphics2D, path: Path2D, current: DrawingContext): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def textBoundingBox(gc: Graphics2D, text: String, font: Font): BoundingBox
- def textBounds(gc: Graphics2D, text: String, font: Font): Rectangle2D
- def toAffineTransform(transform: Transform): AffineTransform
- def toAwtColor(color: Color): Color
- def toAwtFont(font: Font): Font
- def toCycleMethod(cycleMethod: CycleMethod): CycleMethod
- def toLinearGradientPaint(gradient: Linear): LinearGradientPaint
- def toPath2D(elements: List[PathElement]): Path2D
Converts to an *open*
Path2D - def toPoint2D(point: Point): Point2D
- def toRadialGradientPaint(gradient: Radial): RadialGradientPaint
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withTransform(graphics: Graphics2D, transform: Transform)(f: => Unit): Unit