|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.AdjustmentList
public final class AdjustmentList
Collection of adjustment guides used for an auto shape.
Field Summary | |
---|---|
static AdjustmentList |
NULL
NULL AdjustmentList |
Method Summary | |
---|---|
Adjustment |
get(int index)
Returns adjustment by index. |
boolean |
hasNext()
Returns true if the iteration has more elements. |
boolean |
isEmpty()
Returns true if the collection is empty. |
java.util.Iterator<Adjustment> |
iterator()
Returns an iterator for the collection of Adjustments. |
Adjustment |
next()
Returns the next element in the iteration. |
void |
remove()
Removes from the underlying collection the last element returned by the iterator (optional operation). |
int |
size()
Returns the number of adjustments in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AdjustmentList NULL
Method Detail |
---|
public int size()
public boolean isEmpty()
public Adjustment get(int index)
public boolean hasNext()
hasNext
in interface java.util.Iterator<Adjustment>
public Adjustment next()
next
in interface java.util.Iterator<Adjustment>
public void remove()
remove
in interface java.util.Iterator<Adjustment>
public java.util.Iterator<Adjustment> iterator()
iterator
in interface java.lang.Iterable<Adjustment>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |