Class

org.nlogo.render

AbstractRenderer

Related Doc: package render

Permalink

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)

    Permalink

Abstract Value Members

  1. abstract def anyTurtles(): Boolean

    Permalink
    Attributes
    protected[org.nlogo.render]
  2. abstract def exportView(settings: ViewSettings): BufferedImage

    Permalink
    Definition Classes
    RendererInterface
  3. abstract def exportView(g: Graphics2D, settings: ViewSettings): Unit

    Permalink
    Definition Classes
    RendererInterface
  4. abstract def getSpotlightImage(settings: ViewSettings): BufferedImage

    Permalink
    Attributes
    protected[org.nlogo.render]
  5. abstract def graphicsX(xcor: Double, patchSize: Double, viewOffsetX: Double): Double

    Permalink
    Definition Classes
    RendererInterface
  6. abstract def graphicsY(ycor: Double, patchSize: Double, viewOffsetY: Double): Double

    Permalink
    Definition Classes
    RendererInterface
  7. abstract def paint(g: Graphics2D, settings: ViewSettings): Unit

    Permalink
    Definition Classes
    RendererInterface
  8. abstract def paintLinks(g: GraphicsInterface, patchSize: Double): Unit

    Permalink
    Attributes
    protected[org.nlogo.render]
  9. abstract def paintPatchLabels(g: GraphicsInterface, patchSize: Double): Unit

    Permalink
    Attributes
    protected[org.nlogo.render]
  10. abstract def paintTurtles(g: GraphicsInterface, patchSize: Double): Unit

    Permalink
    Attributes
    protected[org.nlogo.render]

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def darkenPeripheral(settings: ViewSettings): Boolean

    Permalink
    Attributes
    protected[org.nlogo.render]
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getHeight(patchSize: Double): Int

    Permalink
  13. def getWidth(patchSize: Double): Int

    Permalink
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def outlineAgent(agent: Agent): Unit

    Permalink
    Definition Classes
    AbstractRendererRendererInterface
  20. def paint(g: GraphicsInterface, settings: ViewSettings): Unit

    Permalink
    Definition Classes
    AbstractRendererRendererInterface
  21. def prepareToPaint(settings: ViewSettings, width: Int, height: Int): Unit

    Permalink
    Definition Classes
    AbstractRendererRendererInterface
  22. def renderLabelsAsRectangles(): Boolean

    Permalink
  23. def renderLabelsAsRectangles_=(b: Boolean): Unit

    Permalink
    Definition Classes
    AbstractRendererRendererInterface
  24. def replaceLinkShapes(shapes: Seq[Shape]): Unit

    Permalink
  25. def replaceTurtleShapes(shapes: Seq[Shape]): Unit

    Permalink
  26. def resetCache(patchSize: Double): Unit

    Permalink
    Definition Classes
    AbstractRendererRendererInterface
  27. def spotlightAgent(perspective: Perspective): Boolean

    Permalink
    Attributes
    protected[org.nlogo.render]
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def trailDrawer(): TrailDrawerInterface

    Permalink
    Definition Classes
    AbstractRendererRendererInterface
  31. final def wait(): Unit

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

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

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

Inherited from RendererInterface

Inherited from AnyRef

Inherited from Any

Ungrouped