V - The Shape View type.public class ShapeImpl<V extends ShapeView> extends AbstractShape<V>
| Constructor and Description |
|---|
ShapeImpl(V view,
ShapeStateHandler shapeStateHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDraw() |
void |
applyState(ShapeState shapeState) |
void |
beforeDraw() |
boolean |
equals(Object o) |
ShapeStateHandler |
getShapeStateHandler() |
V |
getShapeView() |
String |
getUUID() |
int |
hashCode() |
void |
setUUID(String uuid) |
public ShapeImpl(V view, ShapeStateHandler shapeStateHandler)
public void setUUID(String uuid)
public String getUUID()
public void beforeDraw()
beforeDraw in interface LifecyclebeforeDraw in class AbstractShape<V extends ShapeView>public void afterDraw()
public void applyState(ShapeState shapeState)
applyState in interface HasShapeStateapplyState in class AbstractShape<V extends ShapeView>public ShapeStateHandler getShapeStateHandler()
getShapeStateHandler in class AbstractShape<V extends ShapeView>public V getShapeView()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.