abstract
class
AbstractTopologyRenderer extends TopologyRenderer
Instance Constructors
-
new
AbstractTopologyRenderer(world: World)
Abstract Value Members
-
abstract
def
drawLabelHelper(g: GraphicsInterface, xcor: Double, ycor: Double, label: String, color: Any, patchSize: Double, size: Double): Unit
-
abstract
def
drawLine(tg: GraphicsInterface, startX: Double, startY: Double, endX: Double, endY: Double, penSize: Double): Unit
-
abstract
def
drawLink(g: GraphicsInterface, link: Link, drawer: LinkDrawable, patchSize: Double, color: Color, lineThickness: Double): Unit
-
abstract
def
fillBackground(g: GraphicsInterface): Unit
-
abstract
def
paintAllPatchesBlack(g: GraphicsInterface): Unit
-
abstract
def
wrapDrawable(obj: Drawable, g: GraphicsInterface, xcor: Double, ycor: Double, turtleSize: Double, cellSize: Double): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
drawLabel(label: String, g: GraphicsInterface, x: Double, y: Double, xOffset: Double, yOffset: Double, patchSize: Double): Unit
-
def
drawWrappedRect(g: GraphicsInterface, color: Color, stroke: Float, xcor: Double, ycor: Double, agentSize: Double, patchSize: Double, fill: Boolean): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
graphicsX(xcor: Double, patchSize: Double, viewOffsetX: Double): Double
-
final
def
graphicsX(xcor: Double, patchSize: Double): Double
-
def
graphicsY(ycor: Double, patchSize: Double, viewOffsetY: Double): Double
-
final
def
graphicsY(ycor: Double, patchSize: Double): Double
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
paintViewImage(g: GraphicsInterface, image: Image): Unit
-
def
prepareToPaint(settings: ViewSettings, width: Int, height: Int): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wrapX(pos: Double): Double
-
def
wrapY(pos: Double): Double
Inherited from AnyRef
Inherited from Any