Package com.luciad.gui
Class TLcdCompositePageable
java.lang.Object
com.luciad.gui.TLcdCompositePageable
- All Implemented Interfaces:
Pageable
This
TLcdCompositePageable is capable of composing a collection of
Pageable instances.
Note that the delegate Pageables should never return
UNKNOWN_NUMBER_OF_PAGES when
getNumberOfPages is called.- Since:
- 2013.0
-
Field Summary
Fields inherited from interface java.awt.print.Pageable
UNKNOWN_NUMBER_OF_PAGES -
Constructor Summary
ConstructorsConstructorDescriptionTLcdCompositePageable(Collection<? extends Pageable> aPageables) Creates a newTLcdCompositePageablethat is capable of composite a collection ofPageableinstances. -
Method Summary
-
Constructor Details
-
TLcdCompositePageable
Creates a newTLcdCompositePageablethat is capable of composite a collection ofPageableinstances. Note that the givenPageables should not return- Parameters:
aPageables- a collection ofPageables.
-
-
Method Details
-
getNumberOfPages
public int getNumberOfPages()- Specified by:
getNumberOfPagesin interfacePageable
-
getPageFormat
- Specified by:
getPageFormatin interfacePageable- Throws:
IndexOutOfBoundsException
-
getPrintable
- Specified by:
getPrintablein interfacePageable- Throws:
IndexOutOfBoundsException
-