public abstract class AbstractShape<V extends ShapeView> extends Object implements Shape<V>, Lifecycle
| Constructor and Description |
|---|
AbstractShape() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDraw() |
void |
applyState(ShapeState shapeState) |
void |
beforeDraw() |
abstract ShapeStateHandler |
getShapeStateHandler() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetShapeView, getUUID, setUUIDpublic abstract ShapeStateHandler getShapeStateHandler()
public void beforeDraw()
beforeDraw in interface Lifecyclepublic void applyState(ShapeState shapeState)
applyState in interface HasShapeStateCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.