org.nlogo.api

RendererInterface

trait RendererInterface extends AnyRef

Source
RendererInterface.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RendererInterface
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit

  2. abstract def exportView(settings: ViewSettings): BufferedImage

  3. abstract def exportView(g: Graphics2D, settings: ViewSettings): Unit

  4. abstract def graphicsX(xcor: Double, patchSize: Double, viewOffsetX: Double): Double

  5. abstract def graphicsY(ycor: Double, patchSize: Double, viewOffsetY: Double): Double

  6. abstract def outlineAgent(agent: Agent): Unit

  7. abstract def paint(g: Graphics2D, settings: ViewSettings): Unit

  8. abstract def paint(g: GraphicsInterface, settings: ViewSettings): Unit

  9. abstract def prepareToPaint(settings: ViewSettings, width: Int, height: Int): Unit

  10. abstract def renderLabelsAsRectangles_=(b: Boolean): Unit

  11. abstract def resetCache(patchSize: Double): Unit

  12. abstract def trailDrawer: TrailDrawerInterface