Interface LayerEntry

  • All Known Implementing Classes:
    LayerEntryImpl

    public interface LayerEntry
    Instances implementing this interface are representing an entry in a LayerPrint.
    • 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