Package com.inet.viewer.props
Class DefaultSetting
java.lang.Object
com.inet.viewer.props.DefaultSetting
Contains the various property values which can be set for the corresponding keys.
- Since:
- 9.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
One of the keys which can be set inSwingReportViewer.setDefaultSetting(DefaultSetting.Key, DefaultSetting)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DefaultSetting.Key
Key for the viewer's default of whether to allow drill downsstatic final DefaultSetting.Key
Key for the viewer's default view modestatic final DefaultSetting.Key
Key for the viewer's default zoom levelstatic final DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to 100%static final DefaultSetting
Value belonging to DEFAULT_DRILLDOWN_ENABLED: enabledstatic final DefaultSetting
Value belonging to DEFAULT_VIEW_MODE: show two pages at a timestatic final DefaultSetting
Value belonging to DEFAULT_VIEW_MODE: show pages as double column continuous streamstatic final DefaultSetting
Value belonging to DEFAULT_VIEW_MODE: show only one page at a timestatic final DefaultSetting
Value belonging to DEFAULT_VIEW_MODE: show pages as single column continuous streamstatic final DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to 100%static final DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to page heightstatic final DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to page widthstatic final DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to full page -
Method Summary
-
Field Details
-
DEFAULT_VIEW_MODE
Key for the viewer's default view mode- See Also:
-
DEFAULT_ZOOM
Key for the viewer's default zoom level- See Also:
-
DEFAULT_DRILLDOWN_ENABLED
Key for the viewer's default of whether to allow drill downs- See Also:
-
VALUE_VIEW_MODE_SINGLE_PAGE
Value belonging to DEFAULT_VIEW_MODE: show only one page at a time- See Also:
-
VALUE_VIEW_MODE_DOUBLE_PAGE
Value belonging to DEFAULT_VIEW_MODE: show two pages at a time- See Also:
-
VALUE_VIEW_MODE_SINGLE_PAGE_CONTINUOUS
Value belonging to DEFAULT_VIEW_MODE: show pages as single column continuous stream- See Also:
-
VALUE_VIEW_MODE_DOUBLE_PAGE_CONTINUOUS
Value belonging to DEFAULT_VIEW_MODE: show pages as double column continuous stream- See Also:
-
VALUE_ZOOM_PAGE_WIDTH
Value belonging to DEFAULT_ZOOM: zoom to page width- See Also:
-
VALUE_ZOOM_PAGE_HEIGHT
Value belonging to DEFAULT_ZOOM: zoom to page height- See Also:
-
VALUE_ZOOM_WHOLE_PAGE
Value belonging to DEFAULT_ZOOM: zoom to full page- See Also:
-
VALUE_ZOOM_100_PERCENT
Value belonging to DEFAULT_ZOOM: zoom to 100%- See Also:
-
VALUE_DRILLDOWN_ENABLED
Value belonging to DEFAULT_DRILLDOWN_ENABLED: enabled -
VALUE_DRILLDOWN_DISABLED
Value belonging to DEFAULT_ZOOM: zoom to 100%- See Also:
-
-
Method Details
-
getKey
Returns the key belonging to this value. only this key may be used when setting this value.- Returns:
- key belonging to this value
- Since:
- 9.0
-
getName
Returns the name of the key- Returns:
- name of the key
- Since:
- 9.0
-