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 Pageable
s 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
ConstructorDescriptionTLcdCompositePageable
(Collection<? extends Pageable> aPageables) Creates a newTLcdCompositePageable
that is capable of composite a collection ofPageable
instances. -
Method Summary
-
Constructor Details
-
TLcdCompositePageable
Creates a newTLcdCompositePageable
that is capable of composite a collection ofPageable
instances. Note that the givenPageable
s should not return- Parameters:
aPageables
- a collection ofPageable
s.
-
-
Method Details
-
getNumberOfPages
public int getNumberOfPages()- Specified by:
getNumberOfPages
in interfacePageable
-
getPageFormat
- Specified by:
getPageFormat
in interfacePageable
- Throws:
IndexOutOfBoundsException
-
getPrintable
- Specified by:
getPrintable
in interfacePageable
- Throws:
IndexOutOfBoundsException
-