Class OpenHSVImageViewAction

java.lang.Object
javax.swing.AbstractAction
org.esa.snap.rcp.actions.window.OpenHSVImageViewAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, org.openide.util.HelpCtx.Provider

public class OpenHSVImageViewAction extends AbstractAction implements org.openide.util.HelpCtx.Provider
This action opens an HSV image view on the currently selected Product.
See Also:
  • Constructor Details

    • OpenHSVImageViewAction

      public OpenHSVImageViewAction(ProductNode node)
  • Method Details

    • convertHSVToRGBExpressions

      public static String[] convertHSVToRGBExpressions(String[] hsvExpressions)
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener
    • getHelpCtx

      public org.openide.util.HelpCtx getHelpCtx()
      Specified by:
      getHelpCtx in interface org.openide.util.HelpCtx.Provider
    • openProductSceneViewHSV

      public void openProductSceneViewHSV(Product hsvProduct, String helpId)
    • openProductSceneViewHSV

      public void openProductSceneViewHSV(String name, Product product, String[] hsvExpressions)
      Creates product scene view using the given HSV expressions.