Interface LayerEntry
-
- All Known Implementing Classes:
LayerEntryImpl
public interface LayerEntryInstances implementing this interface are representing an entry in a LayerPrint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHorizontalAlignment()Returns the horizontal alignment applied to the target.PrintgetTarget()Returns the target print of this entry.LayerEntryIteratoriterator(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
-
-