Class RasterStylesDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class RasterStylesDialog extends JDialog
Author:
GeomaticaEAmbiente
See Also:
  • Constructor Details

    • RasterStylesDialog

      public RasterStylesDialog(Frame parent, boolean modal, WorkbenchContext context, RasterImageLayer rasterImageLayer, int band) throws Exception
      Creates new form SymbologyDialog
      Parameters:
      parent - parent frame
      modal - true if Dialog is modal
      context - Workbench Context
      rasterImageLayer - one of the selected RasterImageLayer
      band - raster band to symbolize
      Throws:
      Exception
  • Method Details