|
|||||||||||
| 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 provided
public JPolyLine.BendIterator(java.util.ListIterator lineIter,
int start)
lineIter - No description providedstart - No description provided| Method Detail |
public java.lang.Object next()
next in interface java.util.ListIteratorpublic boolean hasNext()
hasNext in interface java.util.ListIteratorpublic int nextIndex()
nextIndex in interface java.util.ListIteratorpublic java.lang.Object previous()
previous in interface java.util.ListIteratorpublic boolean hasPrevious()
hasPrevious in interface java.util.ListIteratorpublic int previousIndex()
previousIndex in interface java.util.ListIteratorpublic void remove()
remove in interface java.util.ListIteratorpublic void add(java.lang.Object o)
add in interface java.util.ListIteratoro - No description providedpublic void set(java.lang.Object o)
set in interface java.util.ListIteratoro - No description provided
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||