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

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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def draw(interaction: Interaction): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  7. def draw(gradient: GradientFill): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  8. def draw(text: Text): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  9. def draw(lineDash: LineDash): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  10. def draw(weight: StrokeWeight): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  11. def draw(style: StrokeStyle): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  12. def draw(style: Style): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  13. def draw(rotate: Rotate): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  14. def draw(scale: Scale): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  15. def draw(affine: Affine): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  16. def draw(translate: Translate): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  17. def draw(wedge: Wedge): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  18. def draw(disc: Disc): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  19. def draw(rect: BorderRect): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  20. def draw(rect: Rect): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  21. def draw(path: Path): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  22. def draw(polygon: Polygon): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  23. def draw(line: Line): Unit
    Definition Classes
    Graphics2DRenderContextRenderContext
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. val graphics: Graphics2D
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Graphics2DSupport

Inherited from RenderContext

Inherited from AnyRef

Inherited from Any

Ungrouped