ClientRenderer

org.nlogo.hubnet.client.ClientRenderer
class ClientRenderer(world: ClientWorld) extends AbstractRenderer

Attributes

Source
ClientRenderer.scala
Graph
Supertypes
class AbstractRenderer
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def anyTurtles: Boolean

Attributes

Definition Classes
AbstractRenderer
Source
ClientRenderer.scala

Attributes

Source
ClientRenderer.scala
def drawLine(line: HubNetLine): Unit

Attributes

Source
ClientRenderer.scala
def exportView(g: Graphics2D, settings: ViewSettings): Unit

Attributes

Source
ClientRenderer.scala
def exportView(settings: ViewSettings): BufferedImage

Attributes

Source
ClientRenderer.scala
override def getSpotlightImage(settings: ViewSettings): BufferedImage

Attributes

Definition Classes
AbstractRenderer
Source
ClientRenderer.scala
def graphicsX(xcor: Double, patchSize: Double, viewOffsetX: Double): Double

Attributes

Source
ClientRenderer.scala
def graphicsY(ycor: Double, patchSize: Double, viewOffsetY: Double): Double

Attributes

Source
ClientRenderer.scala
def paint(g: Graphics2D, settings: ViewSettings): Unit

Attributes

Source
ClientRenderer.scala
override def paintPatchLabels(g: GraphicsInterface, patchSize: Double): Unit

Attributes

Definition Classes
AbstractRenderer
Source
ClientRenderer.scala
override def paintTurtles(g: GraphicsInterface, patchSize: Double): Unit

Attributes

Definition Classes
AbstractRenderer
Source
ClientRenderer.scala
def stamp(turtle: HubNetTurtleStamp): Unit

Attributes

Source
ClientRenderer.scala
def stamp(link: HubNetLinkStamp): Unit

Attributes

Source
ClientRenderer.scala

Inherited methods

def changeTopology(x$0: Boolean, x$1: Boolean): Unit

Attributes

Inherited from:
AbstractRenderer
def getHeight(x$0: Double): Int

Attributes

Inherited from:
AbstractRenderer
def getWidth(x$0: Double): Int

Attributes

Inherited from:
AbstractRenderer
def outlineAgent(x$0: Agent): Unit

Attributes

Inherited from:
AbstractRenderer

Attributes

Inherited from:
AbstractRenderer
def prepareToPaint(x$0: ViewSettings, x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
AbstractRenderer

Attributes

Inherited from:
AbstractRenderer

Attributes

Inherited from:
AbstractRenderer

Attributes

Inherited from:
AbstractRenderer
def resetCache(x$0: Double): Unit

Attributes

Inherited from:
AbstractRenderer

Attributes

Inherited from:
AbstractRenderer

Attributes

Inherited from:
AbstractRenderer

Inherited fields

final val linkDrawer: LinkDrawer

Attributes

Inherited from:
AbstractRenderer
final val spotlightDrawer: SpotlightDrawer

Attributes

Inherited from:
AbstractRenderer
var topology: TopologyRenderer

Attributes

Inherited from:
AbstractRenderer
final val turtleDrawer: TurtleDrawer

Attributes

Inherited from:
AbstractRenderer