object Graphics2DGraphicsContext extends GraphicsContext[Graphics2D]
Higher level shape primitives
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Graphics2DGraphicsContext
- GraphicsContext
- 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 bitmap(gc: Graphics2D)(transform: Transform, image: BufferedImage): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fillCircle(gc: Graphics2D)(transform: Transform, fill: Fill, diameter: Double): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def fillClosedPath(gc: Graphics2D)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def fillOpenPath(gc: Graphics2D)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def fillPolygon(gc: Graphics2D)(transform: Transform, fill: Fill, points: Array[Point]): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def fillRect(gc: Graphics2D)(transform: Transform, fill: Fill, width: Double, height: Double): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def strokeCircle(gc: Graphics2D)(transform: Transform, stroke: Stroke, diameter: Double): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def strokeClosedPath(gc: Graphics2D)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def strokeOpenPath(gc: Graphics2D)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def strokePolygon(gc: Graphics2D)(transform: Transform, stroke: Stroke, points: Array[Point]): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def strokeRect(gc: Graphics2D)(transform: Transform, stroke: Stroke, width: Double, height: Double): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text(gc: Graphics2D)(transform: Transform, stroke: Option[Stroke], text: String, font: Font, bounds: Rectangle2D): Unit
- Definition Classes
- Graphics2DGraphicsContext → GraphicsContext
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated