Interface LayerEntry
-
- All Known Implementing Classes:
LayerEntryImpl
public interface LayerEntry
Instances implementing this interface are representing an entry in a LayerPrint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHorizontalAlignment()
Returns the horizontal alignment applied to the target.Print
getTarget()
Returns the target print of this entry.LayerEntryIterator
iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-
-
-
Method Detail
-
getTarget
Print getTarget()
Returns the target print of this entry.- Returns:
- the target print of this entry.
-
getHorizontalAlignment
int getHorizontalAlignment()
Returns the horizontal alignment applied to the target.- Returns:
- the horizontal alignment applied to the target.
-
iterator
LayerEntryIterator iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
- Parameters:
device
-gc
-- Returns:
- the associated iterator for this entry
-
-