cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.drawing
Class UT2004Draw
java.lang.Object
cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.drawing.UT2004Draw
- Direct Known Subclasses:
- NavMeshDraw
public class UT2004Draw
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected Logger log
serverProvider
protected IUT2004ServerProvider serverProvider
defaultColor
protected Color defaultColor
origin
protected Location origin
scale
protected double scale
UT2004Draw
public UT2004Draw(Logger log,
IUT2004ServerProvider serverProvider)
getServer
protected UT2004Server getServer()
init
public void init()
getOrigin
public Location getOrigin()
setOrigin
public void setOrigin(Location location)
getScale
public double getScale()
setScale
public void setScale(double scale)
getColor
public Color getColor()
setColor
public void setColor(Color color)
drawLine
public void drawLine(Location from,
Location to)
drawLine
public void drawLine(Color color,
Location from,
Location to)
drawPolyLine
public void drawPolyLine(Location... points)
drawPolyLine
public void drawPolyLine(Color color,
Location... vertices)
drawPolygon
public void drawPolygon(Location... vertices)
drawPolygon
public void drawPolygon(Color color,
Location... vertices)
clearAll
public void clearAll()
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.