de.uni_paderborn.fujaba.fsa.swing
Class JPolyLine.PointIterator

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.swing.JPolyLine.BendIterator
      extended byde.uni_paderborn.fujaba.fsa.swing.JPolyLine.PointIterator
All Implemented Interfaces:
java.util.Iterator, java.util.ListIterator
Enclosing class:
JPolyLine

private static class JPolyLine.PointIterator
extends JPolyLine.BendIterator

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.34 $
Author:
$Author: lowende $

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

JPolyLine.PointIterator

public JPolyLine.PointIterator(java.util.ListIterator lineIter)
Constructor for class PointIterator

Parameters:
lineIter - No description provided

JPolyLine.PointIterator

public JPolyLine.PointIterator(java.util.ListIterator lineIter,
                               int start)
Constructor for class PointIterator

Parameters:
lineIter - No description provided
start - No description provided
Method Detail

next

public java.lang.Object next()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
next in interface java.util.ListIterator
Overrides:
next in class JPolyLine.BendIterator
Returns:
No description provided

previous

public java.lang.Object previous()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
previous in interface java.util.ListIterator
Overrides:
previous in class JPolyLine.BendIterator
Returns:
No description provided

hasNext

public boolean hasNext()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
hasNext in interface java.util.ListIterator
Returns:
No description provided

nextIndex

public int nextIndex()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
nextIndex in interface java.util.ListIterator
Returns:
No description provided

hasPrevious

public boolean hasPrevious()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
hasPrevious in interface java.util.ListIterator
Returns:
No description provided

previousIndex

public int previousIndex()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
previousIndex in interface java.util.ListIterator
Returns:
No description provided

remove

public void remove()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
remove in interface java.util.ListIterator

add

public void add(java.lang.Object o)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
add in interface java.util.ListIterator
Parameters:
o - No description provided

set

public void set(java.lang.Object o)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
set in interface java.util.ListIterator
Parameters:
o - No description provided