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
Serializable, Product, Equals, Graphics2DSupport, RenderContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Graphics2DRenderContext
  2. Serializable
  3. Product
  4. Equals
  5. Graphics2DSupport
  6. RenderContext
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Graphics2DRenderContext(graphics: Graphics2D)

    graphics

    the Graphics2D instance to render to.

Type Members

  1. implicit class ColorConverters extends AnyRef
    Definition Classes
    Graphics2DSupport
  2. implicit class RichStroke extends AnyRef
    Definition Classes
    Graphics2DSupport
  3. implicit class TransformConverters extends AnyRef
    Definition Classes
    Graphics2DSupport

Value Members

  1. def draw(interaction: Interaction): Unit
  2. def draw(gradient: GradientFill): Unit
  3. def draw(text: Text): Unit
  4. def draw(lineDash: LineDash): Unit
  5. def draw(weight: StrokeWeight): Unit
  6. def draw(style: StrokeStyle): Unit
  7. def draw(style: Style): Unit
  8. def draw(rotate: Rotate): Unit
  9. def draw(scale: Scale): Unit
  10. def draw(affine: Affine): Unit
  11. def draw(translate: Translate): Unit
  12. def draw(wedge: Wedge): Unit
  13. def draw(disc: Disc): Unit
  14. def draw(rect: BorderRect): Unit
  15. def draw(rect: Rect): Unit
  16. def draw(path: Path): Unit
  17. def draw(polygon: Polygon): Unit
  18. def draw(line: Line): Unit
  19. val graphics: Graphics2D
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product