Interface LayerEntryIterator
-
- All Known Implementing Classes:
LayerEntryIteratorImpl
public interface LayerEntryIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayerEntryIterator
copy()
int
getAlignment()
PrintIterator
getTarget()
-
-
-
Method Detail
-
getTarget
PrintIterator getTarget()
-
getAlignment
int getAlignment()
-
copy
LayerEntryIterator copy()
-
-