c

org.nlogo.render

TorusRenderer

class TorusRenderer extends AbstractTopologyRenderer

Source
TorusRenderer.java
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TorusRenderer
  2. AbstractTopologyRenderer
  3. TopologyRenderer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TorusRenderer(world: World)

Value Members

  1. def drawLabelHelper(g: GraphicsInterface, xcor: Double, ycor: Double, label: String, color: Any, patchSize: Double, size: Double): Unit
    Definition Classes
    TorusRendererTopologyRenderer
  2. def drawLine(g: GraphicsInterface, startX: Double, startY: Double, endX: Double, endY: Double, penSize: Double): Unit
    Definition Classes
    TorusRendererTopologyRenderer
  3. def drawLink(g: GraphicsInterface, link: Link, drawable: LinkDrawable, patchSize: Double, color: Color, lineThickness: Double): Unit
    Definition Classes
    TorusRendererTopologyRenderer
  4. def drawWrappedRect(g: GraphicsInterface, color: Color, stroke: Float, xcor: Double, ycor: Double, agentSize: Double, patchSize: Double, fill: Boolean): Unit
  5. def fillBackground(g: GraphicsInterface): Unit
    Definition Classes
    TorusRendererTopologyRenderer
  6. def graphicsX(xcor: Double, patchSize: Double, viewOffsetX: Double): Double
  7. final def graphicsX(xcor: Double, patchSize: Double): Double
  8. def graphicsY(ycor: Double, patchSize: Double, viewOffsetY: Double): Double
  9. final def graphicsY(ycor: Double, patchSize: Double): Double
  10. def paintAllPatchesBlack(g: GraphicsInterface): Unit
    Definition Classes
    TorusRendererTopologyRenderer
  11. def paintViewImage(g: GraphicsInterface, image: Image): Unit
  12. def prepareToPaint(settings: ViewSettings, width: Int, height: Int): Unit
  13. def wrapDrawable(obj: Drawable, g: GraphicsInterface, xcor: Double, ycor: Double, turtleSize: Double, cellSize: Double): Unit
    Definition Classes
    TorusRendererTopologyRenderer
  14. def wrapX(pos: Double): Double
  15. def wrapY(pos: Double): Double