|
NetLogo API version 4.0.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shape | |
---|---|
org.nlogo.agent | |
org.nlogo.headless | Provides classes associated with running NetLogo "headless", that is, from the command line, with no GUI; includes the HeadlessWorkspace class |
org.nlogo.workspace |
Uses of Shape in org.nlogo.agent |
---|
Methods in org.nlogo.agent that return Shape | |
---|---|
Shape |
ShapeList.addNewShape(Shape newShape)
|
Shape |
Link.cachedShape()
|
Shape |
RenderableTurtle.cachedShape()
|
Shape |
Turtle.cachedShape()
|
Shape |
TurtleStamp3D.cachedShape()
|
Shape |
ShapeList.removeShape(Shape shapeToRemove)
|
Shape |
ShapeList.shape(String name)
|
Methods in org.nlogo.agent with parameters of type Shape | |
---|---|
Shape |
ShapeList.addNewShape(Shape newShape)
|
void |
Link.cachedShape(Shape newShape)
|
void |
RenderableTurtle.cachedShape(Shape shape)
|
void |
Turtle.cachedShape(Shape newShape)
|
void |
TurtleStamp3D.cachedShape(Shape shape)
|
void |
World.invalidateTurtleShape(Shape shapeToInvalidate)
|
Shape |
ShapeList.removeShape(Shape shapeToRemove)
|
Constructors in org.nlogo.agent with parameters of type Shape | |
---|---|
ShapeList(Shape defaultShape)
|
|
Turtle3D(double color,
double heading,
Shape shape,
boolean hidden)
|
|
World(Shape defaultShape,
Shape defaultLinkShape)
|
|
World3D(Shape defaultShape,
Shape defaultLinkShape)
|
Uses of Shape in org.nlogo.headless |
---|
Methods in org.nlogo.headless that return Shape | |
---|---|
Shape |
HeadlessWorkspace.getDefaultLinkShape()
|
Shape |
HeadlessWorkspace.getDefaultShape()
|
Uses of Shape in org.nlogo.workspace |
---|
Methods in org.nlogo.workspace that return Shape | |
---|---|
Shape |
AbstractWorkspace.getDefaultLinkShape()
|
Shape |
AbstractWorkspace.getDefaultShape()
|
|
NetLogo API version 4.0.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |