Class SaveZoomCommand

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

    public class SaveZoomCommand
    extends java.lang.Object
    implements Command
    Author:
    Narcis Marcu (narcism@users.sourceforge.net)
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTY_VIEWER_ZOOM  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      void redo()  
      void undo()  
      • Methods inherited from class java.lang.Object

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

      • PROPERTY_VIEWER_ZOOM

        public static final java.lang.String PROPERTY_VIEWER_ZOOM
        See Also:
        Constant Field Values
    • Constructor Detail

      • SaveZoomCommand

        public SaveZoomCommand​(JasperDesign jasperDesign,
                               java.lang.String zoomValue)
    • Method Detail

      • execute

        public void execute()
        Specified by:
        execute in interface Command
      • undo

        public void undo()
        Specified by:
        undo in interface Command
      • redo

        public void redo()
        Specified by:
        redo in interface Command