public abstract class SidePanelFactory extends ViewerFeature
SidePanel
objects.
This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
Constructor and Description |
---|
SidePanelFactory(String name)
Create a new SidePanelFactory.
|
Modifier and Type | Method and Description |
---|---|
abstract SidePanel |
createSidePanel()
Create and return a new
SidePanel . |
boolean |
isSidePanelRequired(PDF pdf)
Determines whether this side panel is required for this PDF.
|
String |
toString() |
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, initialize, isEnabledByDefault, setFeatureName, teardown
public SidePanelFactory(String name)
name
- the official name of the featurepublic String toString()
toString
in class ViewerFeature
public boolean isSidePanelRequired(PDF pdf)
Copyright © 2001-2017 Big Faceless Organization