@SingleOutputAllowedExtensions @HasTransitions public class SetPagesTransitionParameters extends SinglePdfSourceSingleOutputParameters
| Constructor and Description |
|---|
SetPagesTransitionParameters() |
SetPagesTransitionParameters(PdfPageTransition defaultTransition) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearTransitions()
Clears the collection of transitions stored in this parameter instance.
|
boolean |
equals(Object other) |
PdfPageTransition |
getDefaultTransition() |
PdfSource<?> |
getSource() |
Map<Integer,PdfPageTransition> |
getTransitions() |
int |
hashCode() |
boolean |
isFullScreen() |
PdfPageTransition |
putTransition(Integer page,
PdfPageTransition transition)
Associates the given transition to the given page number.
|
void |
setFullScreen(boolean fullScreen) |
void |
setSource(PdfSource<?> source)
Set the source for this parameter.
|
getOutput, getOutputName, setOutput, setOutputNamegetMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic SetPagesTransitionParameters()
public SetPagesTransitionParameters(PdfPageTransition defaultTransition)
defaultTransition - the default transitionpublic boolean isFullScreen()
public void setFullScreen(boolean fullScreen)
public PdfPageTransition putTransition(Integer page, PdfPageTransition transition)
page - transition - public void clearTransitions()
public Map<Integer,PdfPageTransition> getTransitions()
public PdfPageTransition getDefaultTransition()
public int hashCode()
hashCode in class SinglePdfSourceSingleOutputParameterspublic boolean equals(Object other)
equals in class SinglePdfSourceSingleOutputParameterspublic PdfSource<?> getSource()
getSource in interface SinglePdfSourceTaskParameterspublic void setSource(PdfSource<?> source)
SinglePdfSourceTaskParameterssetSource in interface SinglePdfSourceTaskParametersCopyright © 2015. All Rights Reserved.