org.nlogo.api

Graphics2DWrapper

class Graphics2DWrapper extends GraphicsInterface

Source
Graphics2DWrapper.scala
Linear Supertypes
GraphicsInterface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Graphics2DWrapper
  2. GraphicsInterface
  3. AnyRef
  4. Any
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def antiAliasing(on: Boolean): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def dispose(): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  10. def draw(shape: Shape): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  11. def drawCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  12. def drawImage(image: Image, x: Int, y: Int, width: Int, height: Int): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  13. def drawImage(image: BufferedImage): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  14. def drawLabel(label: String, x: Double, y: Double, patchSize: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  15. def drawLine(x1: Double, y1: Double, x2: Double, y2: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  16. def drawPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  17. def drawPolyline(xcors: Array[Int], ycors: Array[Int], length: Int): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  18. def drawRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def fill(shape: Shape): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  22. def fillCircle(x: Double, y: Double, xDiameter: Double, yDiameter: Double, scale: Double, angle: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  23. def fillPolygon(xcors: Array[Int], ycors: Array[Int], length: Int): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  24. def fillRect(x: Int, y: Int, width: Int, height: Int): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  25. def fillRect(x: Double, y: Double, width: Double, height: Double, scale: Double, angle: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  26. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  28. def getFontMetrics: FontMetrics

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. val isMac: Boolean

  32. val isQuartz: Boolean

  33. def location(x: Double, y: Double): String

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def pop(): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  38. def push(): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  39. def rotate(theta: Double, x: Double, y: Double, offset: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  40. def rotate(theta: Double, x: Double, y: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  41. def rotate(theta: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  42. def scale(x: Double, y: Double, shapeWidth: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  43. def scale(x: Double, y: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  44. def setColor(c: Color): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  45. def setComposite(comp: Composite): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  46. def setInterpolation(): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  47. def setPenWidth(penSize: Double): Unit

  48. def setStroke(width: Float, dashes: Array[Float]): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  49. def setStroke(width: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  50. def setStrokeControl(): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  51. def setStrokeFromLineThickness(lineThickness: Double, scale: Double, cellSize: Double, shapeWidth: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toString(): String

    Definition Classes
    AnyRef → Any
  54. def translate(x: Double, y: Double): Unit

    Definition Classes
    Graphics2DWrapperGraphicsInterface
  55. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  56. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  57. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from GraphicsInterface

Inherited from AnyRef

Inherited from Any