Graphics2DGraphicsContext

Higher level shape primitives

Source:
Graphics2DGraphicsContext.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def fillCircle(gc: Graphics2D)(transform: Transform, fill: Fill, diameter: Double): Unit
def fillRect(gc: Graphics2D)(transform: Transform, fill: Fill, width: Double, height: Double): Unit
def strokeCircle(gc: Graphics2D)(transform: Transform, stroke: Stroke, diameter: Double): Unit
def strokeRect(gc: Graphics2D)(transform: Transform, stroke: Stroke, width: Double, height: Double): Unit
def text(gc: Graphics2D)(transform: Transform, stroke: Option[Stroke], text: String, font: Font, bounds: Rectangle2D): Unit