|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.JPolyLine.BendIterator
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
private boolean |
first
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
forward
No comment provided by developer, please add a comment to improve documentation. |
private JPolyLine.LineSegment |
line
No comment provided by developer, please add a comment to improve documentation. |
private java.util.ListIterator |
lineIterator
No comment provided by developer, please add a comment to improve documentation. |
private int |
nextIndex
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
JPolyLine.BendIterator(java.util.ListIterator lineIter)
Constructor for class BendIterator |
|
JPolyLine.BendIterator(java.util.ListIterator lineIter,
int start)
Constructor for class BendIterator |
Method Summary | |
void |
add(java.lang.Object o)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasNext()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasPrevious()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
next()
No comment provided by developer, please add a comment to improve documentation. |
int |
nextIndex()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
previous()
No comment provided by developer, please add a comment to improve documentation. |
int |
previousIndex()
No comment provided by developer, please add a comment to improve documentation. |
void |
remove()
No comment provided by developer, please add a comment to improve documentation. |
void |
set(java.lang.Object o)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.ListIterator lineIterator
private JPolyLine.LineSegment line
private boolean forward
private boolean first
private int nextIndex
Constructor Detail |
public JPolyLine.BendIterator(java.util.ListIterator lineIter)
lineIter
- No description providedpublic JPolyLine.BendIterator(java.util.ListIterator lineIter, int start)
lineIter
- No description providedstart
- No description providedMethod Detail |
public java.lang.Object next()
next
in interface java.util.ListIterator
public boolean hasNext()
hasNext
in interface java.util.ListIterator
public int nextIndex()
nextIndex
in interface java.util.ListIterator
public java.lang.Object previous()
previous
in interface java.util.ListIterator
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator
public int previousIndex()
previousIndex
in interface java.util.ListIterator
public void remove()
remove
in interface java.util.ListIterator
public void add(java.lang.Object o)
add
in interface java.util.ListIterator
o
- No description providedpublic void set(java.lang.Object o)
set
in interface java.util.ListIterator
o
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |