public class LayerEntryIteratorImpl extends java.lang.Object implements LayerEntryIterator
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
alignment |
(package private) PrintIterator |
target |
| Constructor and Description |
|---|
LayerEntryIteratorImpl(LayerEntry entry,
org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
LayerEntryIteratorImpl(LayerEntryIterator that) |
| Modifier and Type | Method and Description |
|---|---|
LayerEntryIterator |
copy() |
int |
getAlignment() |
PrintIterator |
getTarget() |
final PrintIterator target
final int alignment
public LayerEntryIteratorImpl(LayerEntry entry, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
public LayerEntryIteratorImpl(LayerEntryIterator that)
public PrintIterator getTarget()
getTarget in interface LayerEntryIteratorpublic int getAlignment()
getAlignment in interface LayerEntryIteratorpublic LayerEntryIterator copy()
copy in interface LayerEntryIterator