|
|||||||||||
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
de.uni_paderborn.fujaba.fsa.swing.JPolyLine.PointIterator
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
JPolyLine.PointIterator(java.util.ListIterator lineIter)
Constructor for class PointIterator |
|
JPolyLine.PointIterator(java.util.ListIterator lineIter,
int start)
Constructor for class PointIterator |
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 |
Constructor Detail |
public JPolyLine.PointIterator(java.util.ListIterator lineIter)
lineIter
- No description providedpublic JPolyLine.PointIterator(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
next
in class JPolyLine.BendIterator
public java.lang.Object previous()
previous
in interface java.util.ListIterator
previous
in class JPolyLine.BendIterator
public boolean hasNext()
hasNext
in interface java.util.ListIterator
public int nextIndex()
nextIndex
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 |