|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
addNode(Node n)
adds a node from the hull |
void |
addNodes(Collection s)
adds the nodes to the hull |
Color |
getColor()
gets the hull color |
Collection |
getNodes()
get the nodes in this hull |
boolean |
getVisible()
gets the hull visibility |
void |
removeNode(Node n)
remove nodes from the hull |
void |
removeNodes(Collection s)
remove nodes from the hull |
void |
setColor(Color c)
sets the color |
void |
setVisible(boolean state)
sets the convex hull visibility |
| Method Detail |
public void addNodes(Collection s)
public void removeNodes(Collection s)
public void addNode(Node n)
public void removeNode(Node n)
public Collection getNodes()
public void setColor(Color c)
public Color getColor()
public void setVisible(boolean state)
public boolean getVisible()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||