Class ZoomData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class ZoomData
    extends java.lang.Object
    implements ActionData
    Represents an action caused by a component being zoomed.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ZoomData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getZoom()
      Returns the current zoom level.
      IPdfviewer.ZoomMode getZoomMode()
      Returns the current zoom level.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZoomData

        public ZoomData()
    • Method Detail

      • getZoom

        public double getZoom()
        Returns the current zoom level.