Packages

c

org.nlogo.api

Graphics2DWrapper

class Graphics2DWrapper extends GraphicsInterface

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Graphics2DWrapper
  2. GraphicsInterface
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Graphics2DWrapper(g: Graphics2D)
  2. new Graphics2DWrapper(g: Graphics2D, renderLabelsAsRectangles: Boolean = false)

Value Members

  1. def antiAliasing(on: Boolean): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  2. def dispose(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  3. def draw(shape: Shape): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  4. def drawCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  5. def drawImage(image: Image, x: Int, y: Int, width: Int, height: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  6. def drawImage(image: BufferedImage): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  7. def drawLabel(label: String, x: Double, y: Double, patchSize: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  8. def drawLine(x1: Double, y1: Double, x2: Double, y2: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  9. def drawPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  10. def drawPolyline(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  11. def drawRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  12. def fill(shape: Shape): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  13. def fillCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  14. def fillPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  15. def fillRect(x: Int, y: Int, width: Int, height: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  16. def fillRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  17. def getFontMetrics: FontMetrics
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  18. val isQuartz: Boolean
  19. def location(x: Double, y: Double): String
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  20. def pop(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  21. def push(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  22. def rotate(theta: Double, x: Double, y: Double, offset: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  23. def rotate(theta: Double, x: Double, y: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  24. def rotate(theta: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  25. def scale(x: Double, y: Double, shapeWidth: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  26. def scale(x: Double, y: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  27. def setColor(c: Color): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  28. def setComposite(comp: Composite): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  29. def setInterpolation(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  30. def setPenWidth(penSize: Double): Unit
  31. def setStroke(width: Float, dashes: Array[Float]): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  32. def setStroke(width: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  33. def setStrokeControl(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  34. def setStrokeFromLineThickness(lineThickness: Double, scale: Double, cellSize: Double, shapeWidth: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  35. def translate(x: Double, y: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface