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. 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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def draw(interaction: Interaction): Unit
  7. def draw(gradient: GradientFill): Unit
  8. def draw(text: Text): Unit
  9. def draw(lineDash: LineDash): Unit
  10. def draw(weight: StrokeWeight): Unit
  11. def draw(style: StrokeStyle): Unit
  12. def draw(style: Style): Unit
  13. def draw(rotate: Rotate): Unit
  14. def draw(scale: Scale): Unit
  15. def draw(affine: Affine): Unit
  16. def draw(translate: Translate): Unit
  17. def draw(wedge: Wedge): Unit
  18. def draw(disc: Disc): Unit
  19. def draw(rect: BorderRect): Unit
  20. def draw(rect: Rect): Unit
  21. def draw(path: Path): Unit
  22. def draw(polygon: Polygon): Unit
  23. def draw(line: Line): Unit
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Graphics2DSupport

Inherited from RenderContext

Inherited from AnyRef

Inherited from Any

Ungrouped