|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.graphic.model.PicGroup.GroupPointIterator
public class PicGroup.GroupPointIterator
An iterator over PicPoint's that can serve as anchors for grid alignment. This implementation iterates over the 4 control points : UL, UR, LL and LR.
Field Summary | |
---|---|
protected int |
counter
|
Constructor Summary | |
---|---|
PicGroup.GroupPointIterator()
create a new PointIterator |
Method Summary | |
---|---|
boolean |
hasNext()
|
int |
next()
|
void |
reset()
reset the state of this iterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int counter
Constructor Detail |
---|
public PicGroup.GroupPointIterator()
Method Detail |
---|
public void reset()
PointIndexIterator
reset
in interface PointIndexIterator
public boolean hasNext()
hasNext
in interface PointIndexIterator
public int next()
next
in interface PointIndexIterator
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |