Class RotateAntiClockwise
- java.lang.Object
-
- org.faceless.pdf2.viewer2.ViewerFeature
-
- org.faceless.pdf2.viewer2.ViewerWidget
-
- org.faceless.pdf2.viewer2.feature.RotateClockwise
-
- org.faceless.pdf2.viewer2.feature.RotateAntiClockwise
-
- All Implemented Interfaces:
ThumbnailPanel.ThumbnailSelectionAction
public class RotateAntiClockwise extends RotateClockwise
Create a button that will rotate the page 90 degrees anticlockwise. The name of this feature is RotateAntiClockwiseThis 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.
- Since:
- 2.8.3
-
-
Field Summary
-
Fields inherited from class org.faceless.pdf2.viewer2.ViewerWidget
propertyChangeSupport
-
-
Constructor Summary
Constructors Constructor Description RotateAntiClockwise()
-
Method Summary
-
Methods inherited from class org.faceless.pdf2.viewer2.feature.RotateClockwise
createActionListener, getAction, initialize, isButtonEnabledByDefault
-
Methods inherited from class org.faceless.pdf2.viewer2.ViewerWidget
action, addPropertyChangeListener, firePropertyChange, getComponent, getIcon, getViewer, isDocumentRequired, isMenuEnabledByDefault, removePropertyChangeListener, setButton, setComponent, setDocumentRequired, setMenu, setMenu, setToolBarEnabled, setToolBarEnabledAlways, setToolBarFloatable, setToolBarFloating, toString
-
Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, isEnabledByDefault, setFeatureName, teardown
-
-