Class

org.nlogo.api

Graphics2DWrapper

Related Doc: package api

Permalink

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)

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def antiAliasing(on: Boolean): Unit

    Permalink
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  24. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getFontMetrics: FontMetrics

    Permalink
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  27. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  29. val isQuartz: Boolean

    Permalink
  30. def location(x: Double, y: Double): String

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

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def pop(): Unit

    Permalink
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  35. def push(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  41. def setColor(c: java.awt.Color): Unit

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

    Permalink
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  43. def setInterpolation(): Unit

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

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

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

    Permalink
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  47. def setStrokeControl(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  50. def toString(): String

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

    Permalink
    Definition Classes
    Graphics2DWrapperGraphicsInterface
  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GraphicsInterface

Inherited from AnyRef

Inherited from Any

Ungrouped