Packages

c

org.nlogo.api

Graphics2DWrapper

class Graphics2DWrapper extends GraphicsInterface

Source
Graphics2DWrapper.scala
Linear Supertypes
GraphicsInterface, AnyRef, Any
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. 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. def antiAliasing(on: Boolean): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def dispose(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  8. def draw(shape: Shape): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  9. def drawCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  10. def drawImage(image: Image, x: Int, y: Int, width: Int, height: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  11. def drawImage(image: BufferedImage): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  12. def drawLabel(label: String, x: Double, y: Double, patchSize: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  13. def drawLine(x1: Double, y1: Double, x2: Double, y2: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  14. def drawPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  15. def drawPolyline(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  16. def drawRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def fill(shape: Shape): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  20. def fillCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  21. def fillPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  22. def fillRect(x: Int, y: Int, width: Int, height: Int): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  23. def fillRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getFontMetrics: FontMetrics
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val isQuartz: Boolean
  30. def location(x: Double, y: Double): String
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def pop(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  35. def push(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  36. def rotate(theta: Double, x: Double, y: Double, offset: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  37. def rotate(theta: Double, x: Double, y: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  38. def rotate(theta: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  39. def scale(x: Double, y: Double, shapeWidth: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  40. def scale(x: Double, y: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  41. def setColor(c: java.awt.Color): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  42. def setComposite(comp: Composite): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  43. def setInterpolation(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  44. def setPenWidth(penSize: Double): Unit
  45. def setStroke(width: Float, dashes: Array[Float]): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  46. def setStroke(width: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  47. def setStrokeControl(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  48. def setStrokeFromLineThickness(lineThickness: Double, scale: Double, cellSize: Double, shapeWidth: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def translate(x: Double, y: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from GraphicsInterface

Inherited from AnyRef

Inherited from Any

Ungrouped