Uses of Class
org.apache.pdfbox.debugger.ui.RotationMenu
-
Packages that use RotationMenu Package Description org.apache.pdfbox.debugger.pagepane org.apache.pdfbox.debugger.streampane org.apache.pdfbox.debugger.ui -
-
Uses of RotationMenu in org.apache.pdfbox.debugger.pagepane
Fields in org.apache.pdfbox.debugger.pagepane declared as RotationMenu Modifier and Type Field Description private RotationMenu
PagePane. rotationMenu
-
Uses of RotationMenu in org.apache.pdfbox.debugger.streampane
Fields in org.apache.pdfbox.debugger.streampane declared as RotationMenu Modifier and Type Field Description private RotationMenu
StreamImageView. rotationMenu
-
Uses of RotationMenu in org.apache.pdfbox.debugger.ui
Fields in org.apache.pdfbox.debugger.ui declared as RotationMenu Modifier and Type Field Description private static RotationMenu
RotationMenu. instance
Methods in org.apache.pdfbox.debugger.ui that return RotationMenu Modifier and Type Method Description static RotationMenu
RotationMenu. getInstance()
Provides the RotationMenu instance.
-