Class LayerEntryIteratorImpl
- java.lang.Object
-
- org.eclipse.nebula.paperclips.core.internal.LayerEntryIteratorImpl
-
- All Implemented Interfaces:
LayerEntryIterator
public class LayerEntryIteratorImpl extends java.lang.Object implements LayerEntryIterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
alignment
(package private) PrintIterator
target
-
Constructor Summary
Constructors Constructor Description LayerEntryIteratorImpl(LayerEntryIterator that)
LayerEntryIteratorImpl(LayerEntry entry, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayerEntryIterator
copy()
int
getAlignment()
PrintIterator
getTarget()
-
-
-
Field Detail
-
target
final PrintIterator target
-
alignment
final int alignment
-
-
Constructor Detail
-
LayerEntryIteratorImpl
public LayerEntryIteratorImpl(LayerEntry entry, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-
LayerEntryIteratorImpl
public LayerEntryIteratorImpl(LayerEntryIterator that)
-
-
Method Detail
-
getTarget
public PrintIterator getTarget()
- Specified by:
getTarget
in interfaceLayerEntryIterator
-
getAlignment
public int getAlignment()
- Specified by:
getAlignment
in interfaceLayerEntryIterator
-
copy
public LayerEntryIterator copy()
- Specified by:
copy
in interfaceLayerEntryIterator
-
-