Uses of Interface
org.eclipse.nebula.paperclips.core.LayerEntry
-
Packages that use LayerEntry Package Description org.eclipse.nebula.paperclips.core Core classes for creating printable documents.org.eclipse.nebula.paperclips.core.internal -
-
Uses of LayerEntry in org.eclipse.nebula.paperclips.core
Methods in org.eclipse.nebula.paperclips.core that return LayerEntry Modifier and Type Method Description LayerEntry[]
LayerPrint. getEntries()
Returns an array of entries in this LayerPrint. -
Uses of LayerEntry in org.eclipse.nebula.paperclips.core.internal
Classes in org.eclipse.nebula.paperclips.core.internal that implement LayerEntry Modifier and Type Class Description class
LayerEntryImpl
Instances in this class represent an entry in a LayerPrint.Constructors in org.eclipse.nebula.paperclips.core.internal with parameters of type LayerEntry Constructor Description LayerEntryIteratorImpl(LayerEntry entry, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-