final case class Graphics2DRenderContext(graphics: Graphics2D) extends RenderContext with Graphics2DSupport with Product with Serializable
A RenderContext for java.awt.Graphics2D
- graphics
the Graphics2D instance to render to.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Graphics2DRenderContext
- Serializable
- Product
- Equals
- Graphics2DSupport
- RenderContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Graphics2DRenderContext(graphics: Graphics2D)
- graphics
the Graphics2D instance to render to.
Type Members
Value Members
- def draw(interaction: Interaction): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(gradient: GradientFill): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(text: Text): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(lineDash: LineDash): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(weight: StrokeWeight): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(style: StrokeStyle): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(style: Style): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(rotate: Rotate): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(scale: Scale): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(affine: Affine): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(translate: Translate): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(wedge: Wedge): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(disc: Disc): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(rect: BorderRect): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(rect: Rect): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(path: Path): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(polygon: Polygon): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- def draw(line: Line): Unit
- Definition Classes
- Graphics2DRenderContext → RenderContext
- val graphics: Graphics2D
- def productElementNames: Iterator[String]
- Definition Classes
- Product