trait RendererInterface extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- RendererInterface
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit
- abstract def exportView(settings: ViewSettings): BufferedImage
- abstract def exportView(g: Graphics2D, settings: ViewSettings): Unit
- abstract def graphicsX(xcor: Double, patchSize: Double, viewOffsetX: Double): Double
- abstract def graphicsY(ycor: Double, patchSize: Double, viewOffsetY: Double): Double
- abstract def outlineAgent(agent: Agent): Unit
- abstract def paint(g: Graphics2D, settings: ViewSettings): Unit
- abstract def paint(g: GraphicsInterface, settings: ViewSettings): Unit
- abstract def prepareToPaint(settings: ViewSettings, width: Int, height: Int): Unit
- abstract def renderLabelsAsRectangles_=(b: Boolean): Unit
- abstract def resetCache(patchSize: Double): Unit
- abstract def trailDrawer: TrailDrawerInterface