Class TLcdFitSelectionInViewClipAction

java.lang.Object
com.luciad.gui.ALcdAction
com.luciad.view.gxy.TLcdFitSelectionInViewClipAction
All Implemented Interfaces:
ILcdAction, ILcdPropertyChangeSource, ActionListener, Serializable, EventListener

public class TLcdFitSelectionInViewClipAction extends ALcdAction
Action to fit all selected objects of a view within the view clip. If no objects are selected, no action is performed.
See Also:
  • Constructor Details Link icon

    • TLcdFitSelectionInViewClipAction Link icon

      public TLcdFitSelectionInViewClipAction()
    • TLcdFitSelectionInViewClipAction Link icon

      public TLcdFitSelectionInViewClipAction(ILcdGXYView aGXYView)
    • TLcdFitSelectionInViewClipAction Link icon

      public TLcdFitSelectionInViewClipAction(ILcdGXYView aGXYView, double aScaleRatio)
  • Method Details Link icon

    • setGXYView Link icon

      public void setGXYView(ILcdGXYView aGXYView)
    • getGXYView Link icon

      public ILcdGXYView getGXYView()
    • setScaleRatio Link icon

      public void setScaleRatio(double aScaleRatio)
      Set the scale ratio. The action will zoom out a factor after the fit to the selection has been performed.
    • getScaleRatio Link icon

      public double getScaleRatio()
    • actionPerformed Link icon

      public void actionPerformed(ActionEvent e)