GraphicsInterface

org.nlogo.api.GraphicsInterface

Attributes

Source
GraphicsInterface.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Attributes

Source
GraphicsInterface.scala
def dispose(): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
GraphicsInterface.scala
def drawLabel(s: String, x: Double, y: Double, patchSize: Double): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
GraphicsInterface.scala
def getFontMetrics: FontMetrics

Attributes

Source
GraphicsInterface.scala
def location(x: Double, y: Double): String

Attributes

Source
GraphicsInterface.scala
def pop(): Unit

Attributes

Source
GraphicsInterface.scala
def push(): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
GraphicsInterface.scala

Attributes

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

Attributes

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

Attributes

Source
GraphicsInterface.scala

Attributes

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

Attributes

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

Attributes

Source
GraphicsInterface.scala