Graphics2DWrapper

org.nlogo.api.Graphics2DWrapper
class Graphics2DWrapper(g: Graphics2D, renderLabelsAsRectangles: Boolean) extends GraphicsInterface

Attributes

Source
Graphics2DWrapper.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(g: Graphics2D)

Attributes

Source
Graphics2DWrapper.scala

Concrete methods

Attributes

Source
Graphics2DWrapper.scala
def dispose(): Unit

Attributes

Source
Graphics2DWrapper.scala
def draw(shape: Shape): Unit

Attributes

Source
Graphics2DWrapper.scala
def drawCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def drawImage(image: BufferedImage): Unit

Attributes

Source
Graphics2DWrapper.scala
def drawImage(image: Image, x: Int, y: Int, width: Int, height: Int): Unit

Attributes

Source
Graphics2DWrapper.scala
def drawLabel(label: String, x: Double, y: Double, patchSize: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def drawLine(x1: Double, y1: Double, x2: Double, y2: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def drawPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit

Attributes

Source
Graphics2DWrapper.scala
def drawPolyline(xcors: Array[Int], ycors: Array[Int], length: Int): Unit

Attributes

Source
Graphics2DWrapper.scala
def drawRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def fill(shape: Shape): Unit

Attributes

Source
Graphics2DWrapper.scala
def fillCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def fillPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit

Attributes

Source
Graphics2DWrapper.scala
def fillRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def fillRect(x: Int, y: Int, width: Int, height: Int): Unit

Attributes

Source
Graphics2DWrapper.scala
override def getFontMetrics: FontMetrics

Attributes

Definition Classes
Source
Graphics2DWrapper.scala
def location(x: Double, y: Double): String

Attributes

Source
Graphics2DWrapper.scala
def pop(): Unit

Attributes

Source
Graphics2DWrapper.scala
def push(): Unit

Attributes

Source
Graphics2DWrapper.scala
def rotate(theta: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def rotate(theta: Double, x: Double, y: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def rotate(theta: Double, x: Double, y: Double, offset: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def scale(x: Double, y: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def scale(x: Double, y: Double, shapeWidth: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def setColor(c: Color): Unit

Attributes

Source
Graphics2DWrapper.scala
def setComposite(comp: Composite): Unit

Attributes

Source
Graphics2DWrapper.scala

Attributes

Source
Graphics2DWrapper.scala
def setPenWidth(penSize: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def setStroke(width: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def setStroke(width: Float, dashes: Array[Float]): Unit

Attributes

Source
Graphics2DWrapper.scala

Attributes

Source
Graphics2DWrapper.scala
def setStrokeFromLineThickness(lineThickness: Double, scale: Double, cellSize: Double, shapeWidth: Double): Unit

Attributes

Source
Graphics2DWrapper.scala
def translate(x: Double, y: Double): Unit

Attributes

Source
Graphics2DWrapper.scala

Concrete fields

Attributes

Source
Graphics2DWrapper.scala