public abstract class ShapeWrapper<V extends ShapeView,S extends AbstractShape<V>> extends AbstractShape<V>
| Constructor and Description |
|---|
ShapeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDraw() |
void |
applyState(ShapeState shapeState) |
void |
beforeDraw() |
ShapeStateHandler |
getShapeStateHandler() |
V |
getShapeView() |
String |
getUUID() |
protected abstract S |
getWrappedShape() |
void |
setUUID(String uuid) |
protected abstract S getWrappedShape()
public ShapeStateHandler getShapeStateHandler()
getShapeStateHandler in class AbstractShape<V extends ShapeView>public void beforeDraw()
beforeDraw in interface LifecyclebeforeDraw in class AbstractShape<V extends ShapeView>public void afterDraw()
public void setUUID(String uuid)
public String getUUID()
public void applyState(ShapeState shapeState)
applyState in interface HasShapeStateapplyState in class AbstractShape<V extends ShapeView>public V getShapeView()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.