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
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fillCircle(gc: Graphics2D)(transform: Transform, fill: Fill, radius: 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[_]
- 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
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
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )