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