LayerEntryIterator
public class LayerEntryIteratorImpl extends java.lang.Object implements LayerEntryIterator
Constructor | Description |
---|---|
LayerEntryIteratorImpl(LayerEntryIterator that) |
|
LayerEntryIteratorImpl(LayerEntry entry,
org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
Modifier and Type | Method | Description |
---|---|---|
LayerEntryIterator |
copy() |
|
int |
getAlignment() |
|
PrintIterator |
getTarget() |
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 LayerEntryIterator
public int getAlignment()
getAlignment
in interface LayerEntryIterator
public LayerEntryIterator copy()
copy
in interface LayerEntryIterator