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. 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. def getFontMetrics: FontMetrics
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val isQuartz: Boolean
  29. def location(x: Double, y: Double): String
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. def pop(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  34. def push(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  35. def rotate(theta: Double, x: Double, y: Double, offset: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  36. def rotate(theta: Double, x: Double, y: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  37. def rotate(theta: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  38. def scale(x: Double, y: Double, shapeWidth: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  39. def scale(x: Double, y: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  40. def setColor(c: Color): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  41. def setComposite(comp: Composite): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  42. def setInterpolation(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  43. def setPenWidth(penSize: Double): Unit
  44. def setStroke(width: Float, dashes: Array[Float]): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  45. def setStroke(width: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  46. def setStrokeControl(): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  47. def setStrokeFromLineThickness(lineThickness: Double, scale: Double, cellSize: Double, shapeWidth: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def translate(x: Double, y: Double): Unit
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from GraphicsInterface

Inherited from AnyRef

Inherited from Any

Ungrouped