|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.rolemodelsoft.drawlet.basics.FigureVectorEnumerator
| Constructor Summary | |
FigureVectorEnumerator(java.util.Vector v)
Create a FigureEnumeration over the Vector of Figures |
|
| Method Summary | |
boolean |
hasMoreElements()
Tests if this enumeration contains more figures. |
Figure |
nextElement()
Returns the next figure of this enumeration. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FigureVectorEnumerator(java.util.Vector v)
v - the vector| Method Detail |
public boolean hasMoreElements()
true if this
enumeration contains more figures;
false otherwise.public Figure nextElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||