c

org.nlogo.render

AbstractRenderer

abstract class AbstractRenderer extends RendererInterface

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

Inherited from AnyRef

Inherited from Any

Ungrouped