|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.structures.ElementWithIndex
at.tuwien.ifs.somtoolbox.structures.ComponentLine2D
public class ComponentLine2D
2D version of a component line
Field Summary | |
---|---|
private Point2D[] |
points
|
Fields inherited from class at.tuwien.ifs.somtoolbox.structures.ElementWithIndex |
---|
index, label |
Constructor Summary | |
---|---|
ComponentLine2D(Point2D[] points)
|
|
ComponentLine2D(Point2D[] points,
Integer index)
|
Method Summary | |
---|---|
Point2D |
get(int index)
|
int |
getLength()
|
Point2D[] |
getPoints()
|
Methods inherited from class at.tuwien.ifs.somtoolbox.structures.ElementWithIndex |
---|
getIndex, getLabel, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Point2D[] points
Constructor Detail |
---|
public ComponentLine2D(Point2D[] points)
public ComponentLine2D(Point2D[] points, Integer index)
Method Detail |
---|
public Point2D get(int index)
public Point2D[] getPoints()
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |