Packages

o

doodle.java2d.algebra

Graphics2DGraphicsContext

object Graphics2DGraphicsContext extends GraphicsContext[Graphics2D]

Higher level shape primitives

Linear Supertypes
GraphicsContext[Graphics2D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Graphics2DGraphicsContext
  2. GraphicsContext
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def fillCircle(gc: Graphics2D)(transform: Transform, fill: Fill, diameter: Double): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  9. def fillClosedPath(gc: Graphics2D)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  10. def fillOpenPath(gc: Graphics2D)(transform: Transform, fill: Fill, elements: List[PathElement]): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  11. def fillPolygon(gc: Graphics2D)(transform: Transform, fill: Fill, points: Array[Point]): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  12. def fillRect(gc: Graphics2D)(transform: Transform, fill: Fill, width: Double, height: Double): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def strokeCircle(gc: Graphics2D)(transform: Transform, stroke: Stroke, diameter: Double): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  21. def strokeClosedPath(gc: Graphics2D)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  22. def strokeOpenPath(gc: Graphics2D)(transform: Transform, stroke: Stroke, elements: List[PathElement]): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  23. def strokePolygon(gc: Graphics2D)(transform: Transform, stroke: Stroke, points: Array[Point]): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  24. def strokeRect(gc: Graphics2D)(transform: Transform, stroke: Stroke, width: Double, height: Double): Unit
    Definition Classes
    Graphics2DGraphicsContext → GraphicsContext
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from GraphicsContext[Graphics2D]

Inherited from AnyRef

Inherited from Any

Ungrouped