|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityVertex
EntityVertex represents a vertex of an EntityGraph.
Method Summary | |
---|---|
WorldEntity |
getEntity()
Get the Entity value. |
java.lang.String |
getId()
Get the Id value. |
java.awt.geom.Point2D.Double |
getPosition()
Returns the position of the vertex |
void |
setEntity(WorldEntity newEntity)
Set the Entity value. |
void |
setId(java.lang.String newId)
Set the Id value. |
void |
setPosition(java.awt.geom.Point2D.Double position)
Sets the layout position |
Method Detail |
---|
java.lang.String getId()
void setId(java.lang.String newId)
newId
- the new Id valueWorldEntity getEntity()
void setEntity(WorldEntity newEntity)
newEntity
- the new Entity valuejava.awt.geom.Point2D.Double getPosition()
void setPosition(java.awt.geom.Point2D.Double position)
The
- posion to be set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |