c

org.nlogo.render

AbstractRenderer

abstract class AbstractRenderer extends RendererInterface

Source
AbstractRenderer.java
Linear Supertypes
RendererInterface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractRenderer
  2. RendererInterface
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractRenderer(world: World, turtleShapes: ShapeListTracker, linkShapes: ShapeListTracker)

Abstract Value Members

  1. abstract def anyTurtles(): Boolean
    Attributes
    protected[org.nlogo.render]
  2. abstract def exportView(settings: ViewSettings): BufferedImage
    Definition Classes
    RendererInterface
  3. abstract def exportView(g: Graphics2D, settings: ViewSettings): Unit
    Definition Classes
    RendererInterface
  4. abstract def getSpotlightImage(settings: ViewSettings): BufferedImage
    Attributes
    protected[org.nlogo.render]
  5. abstract def graphicsX(xcor: Double, patchSize: Double, viewOffsetX: Double): Double
    Definition Classes
    RendererInterface
  6. abstract def graphicsY(ycor: Double, patchSize: Double, viewOffsetY: Double): Double
    Definition Classes
    RendererInterface
  7. abstract def paint(g: Graphics2D, settings: ViewSettings): Unit
    Definition Classes
    RendererInterface
  8. abstract def paintLinks(g: GraphicsInterface, patchSize: Double): Unit
    Attributes
    protected[org.nlogo.render]
  9. abstract def paintPatchLabels(g: GraphicsInterface, patchSize: Double): Unit
    Attributes
    protected[org.nlogo.render]
  10. abstract def paintTurtles(g: GraphicsInterface, patchSize: Double): Unit
    Attributes
    protected[org.nlogo.render]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit
    Definition Classes
    AbstractRendererRendererInterface
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def darkenPeripheral(settings: ViewSettings): Boolean
    Attributes
    protected[org.nlogo.render]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getHeight(patchSize: Double): Int
  13. def getWidth(patchSize: Double): Int
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def outlineAgent(agent: Agent): Unit
    Definition Classes
    AbstractRendererRendererInterface
  20. def paint(g: GraphicsInterface, settings: ViewSettings): Unit
    Definition Classes
    AbstractRendererRendererInterface
  21. def prepareToPaint(settings: ViewSettings, width: Int, height: Int): Unit
    Definition Classes
    AbstractRendererRendererInterface
  22. def renderLabelsAsRectangles(): Boolean
  23. def renderLabelsAsRectangles_=(b: Boolean): Unit
    Definition Classes
    AbstractRendererRendererInterface
  24. def replaceLinkShapes(shapes: Seq[Shape]): Unit
  25. def replaceTurtleShapes(shapes: Seq[Shape]): Unit
  26. def resetCache(patchSize: Double): Unit
    Definition Classes
    AbstractRendererRendererInterface
  27. def spotlightAgent(perspective: Perspective): Boolean
    Attributes
    protected[org.nlogo.render]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def trailDrawer(): TrailDrawerInterface
    Definition Classes
    AbstractRendererRendererInterface
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from RendererInterface

Inherited from AnyRef

Inherited from Any

Ungrouped