Graphics2DGraphicsContext
doodle.java2d.algebra.Graphics2DGraphicsContext$
object Graphics2DGraphicsContext extends GraphicsContext[Graphics2D]
Higher level shape primitives
Attributes
- Source
- Graphics2DGraphicsContext.scala
- Graph
-
- Supertypes
- Self type
Members list
Value members
Concrete methods
Attributes
Attributes
def fillClosedPath(gc: Graphics2D)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
Attributes
def fillOpenPath(gc: Graphics2D)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
Attributes
Attributes
Attributes
Attributes
def strokeClosedPath(gc: Graphics2D)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
Attributes
def strokeOpenPath(gc: Graphics2D)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
Attributes
Attributes
def strokeRect(gc: Graphics2D)(transform: Transform, stroke: Stroke, width: Double, height: Double): Unit
Attributes
def text(gc: Graphics2D)(transform: Transform, stroke: Option[Stroke], text: String, font: Font, bounds: Rectangle2D): Unit
Attributes
In this article