Uses of Interface
org.icepdf.ri.common.ViewBuilder
-
Packages that use ViewBuilder Package Description org.icepdf.ri.common -
-
Uses of ViewBuilder in org.icepdf.ri.common
Classes in org.icepdf.ri.common that implement ViewBuilder Modifier and Type Class Description classSwingViewBuilderThe purpose of this class is to facilitate in the building of user interface components that are used to view and interact with PDF Documents.Methods in org.icepdf.ri.common that return ViewBuilder Modifier and Type Method Description ViewBuilderSwingViewBuilderFactory. create(Controller c)ViewBuilderSwingViewBuilderFactory. create(Controller c, int documentViewType, int documentPageFitMode)ViewBuilderSwingViewBuilderFactory. create(Controller c, int documentViewType, int documentPageFitMode, float rotation)ViewBuilderSwingViewBuilderFactory. create(Controller c, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode)ViewBuilderSwingViewBuilderFactory. create(Controller c, ViewerPropertiesManager properties)ViewBuilderSwingViewBuilderFactory. create(Controller c, ViewerPropertiesManager properties, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode, float rotation)ViewBuilderViewBuilderFactory. create(Controller c)Creates a ViewBuilder for the given controllerViewBuilderViewBuilderFactory. create(Controller c, int documentViewType, int documentPageFitMode)Creates a ViewBuilder for the given controller and argumentsViewBuilderViewBuilderFactory. create(Controller c, int documentViewType, int documentPageFitMode, float rotation)Creates a ViewBuilder for the given controller and argumentsViewBuilderViewBuilderFactory. create(Controller c, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode)Creates a ViewBuilder for the given controller and argumentsViewBuilderViewBuilderFactory. create(Controller c, ViewerPropertiesManager properties)Creates a ViewBuilder for the given controller and propertiesViewBuilderViewBuilderFactory. create(Controller c, ViewerPropertiesManager properties, Font bf, boolean bt, int ts, float[] zl, int documentViewType, int documentPageFitMode, float rotation)Creates a ViewBuilder for the given controller and arguments
-