Class ScreenSpaceCanvas.BasicCanvasShape
java.lang.Object
velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.BasicCanvasShape
- All Implemented Interfaces:
ScreenSpaceCanvas.CanvasShape
- Direct Known Subclasses:
ScreenSpaceCanvas.CanvasIcon
- Enclosing interface:
ScreenSpaceCanvas
public abstract static class ScreenSpaceCanvas.BasicCanvasShape
extends Object
implements ScreenSpaceCanvas.CanvasShape
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongprotected voidvoidsetShapeListener(velox.api.layer1.layers.strategies.interfaces.ScreenSpaceShapeListener listener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasShape
copy
-
Field Details
-
uniqueId
protected long uniqueId
-
-
Constructor Details
-
BasicCanvasShape
public BasicCanvasShape()
-
-
Method Details
-
setShapeListener
public void setShapeListener(velox.api.layer1.layers.strategies.interfaces.ScreenSpaceShapeListener listener) - Specified by:
setShapeListenerin interfaceScreenSpaceCanvas.CanvasShape
-
getUniqueId
public long getUniqueId()- Specified by:
getUniqueIdin interfaceScreenSpaceCanvas.CanvasShape
-
publishChange
protected void publishChange()
-