Class ZoomChangeComponent

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, GraffitiComponent, ViewListener, SessionListener

public class ZoomChangeComponent
extends AbstractGraffitiComponent
implements ActionListener, ViewListener, SessionListener
Deprecated.
Use ZoomChangeComponent instead.
DOCUMENT ME!
See Also:
Serialized Form
Recent revisions:
2.7.0
  • Constructor Details

    • ZoomChangeComponent

      public ZoomChangeComponent​(String prefComp)
      Deprecated.
      Constructor for ZoomChangeComponent.
      Parameters:
      prefComp - DOCUMENT ME!
  • Method Details

    • getMaximumSize

      public Dimension getMaximumSize()
      Deprecated.
      Overrides:
      getMaximumSize in class JComponent
    • actionPerformed

      public void actionPerformed​(ActionEvent e)
      Deprecated.
      Specified by:
      actionPerformed in interface ActionListener
    • sessionChanged

      public void sessionChanged​(Session s)
      Deprecated.
      Description copied from interface: SessionListener
      This method is called when the session changes.
      Specified by:
      sessionChanged in interface SessionListener
      Parameters:
      s - the new Session.
    • sessionDataChanged

      public void sessionDataChanged​(Session s)
      Deprecated.
      Description copied from interface: SessionListener
      This method is called when the data (except the graph data) are changed.
      Specified by:
      sessionDataChanged in interface SessionListener
    • viewChanged

      public void viewChanged​(View newView)
      Deprecated.
      Description copied from interface: ViewListener
      This method is called when the view changes. This method is not called when another session is activated. Implement SessionListener if you are interested in session changed events.
      Specified by:
      viewChanged in interface ViewListener
      Parameters:
      newView - the new View.