Class Continuous3DProjectionDecorator
java.lang.Object
repast.simphony.visualization.decorator.AbstractProjectionDecorator<ContinuousSpace>
repast.simphony.visualization.continuous.Continuous3DProjectionDecorator
- All Implemented Interfaces:
ProjectionDecorator3D<ContinuousSpace>
public class Continuous3DProjectionDecorator
extends AbstractProjectionDecorator<ContinuousSpace>
implements ProjectionDecorator3D<ContinuousSpace>
-
Field Summary
Fields inherited from class repast.simphony.visualization.decorator.AbstractProjectionDecorator
color, COLOR, projection, SHOW_DECORATOR, TYPE_KEY, UNIT_SIZE, unitSize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class repast.simphony.visualization.decorator.AbstractProjectionDecorator
getColor, getProjection, getUnitSize, setColor, setProjection, setUnitSizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface repast.simphony.visualization.decorator.ProjectionDecorator3D
getProjection, setProjection
-
Constructor Details
-
Continuous3DProjectionDecorator
public Continuous3DProjectionDecorator()
-
-
Method Details
-
init
Description copied from interface:ProjectionDecorator3DInitializes the decorator. Implementors should add the decorating shapes to the parent branch group.- Specified by:
initin interfaceProjectionDecorator3D<ContinuousSpace>parentGroup- the parent to which the decoration should be added
-
update
public void update()Description copied from interface:ProjectionDecorator3DUpdates the decorator. The intention is that this would only do something if the decoration has changed from that created in init.- Specified by:
updatein interfaceProjectionDecorator3D<ContinuousSpace>
-