Class HistogramPanelController

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.raster.swing.buffer.histogram.HistogramPanel, org.gvsig.tools.swing.api.Component

public class HistogramPanelController extends HistogramPanelView implements org.gvsig.raster.swing.buffer.histogram.HistogramPanel
Author:
fdiaz
See Also:
  • Constructor Details

    • HistogramPanelController

      public HistogramPanelController() throws org.gvsig.raster.swing.buffer.exceptions.RasterCreatingPanelException
      Throws:
      org.gvsig.raster.swing.buffer.exceptions.RasterCreatingPanelException
  • Method Details

    • set

      public void set(org.gvsig.raster.lib.buffer.api.statistics.Statistics statistics) throws org.gvsig.raster.swing.buffer.exceptions.RasterCreatingPanelException
      Specified by:
      set in interface org.gvsig.raster.swing.buffer.histogram.HistogramPanel
      Throws:
      org.gvsig.raster.swing.buffer.exceptions.RasterCreatingPanelException
    • set

      public void set(org.gvsig.raster.swing.buffer.SelectableBandsTableModel tableModel) throws org.gvsig.raster.swing.buffer.exceptions.RasterCreatingPanelException
      Specified by:
      set in interface org.gvsig.raster.swing.buffer.histogram.HistogramPanel
      Throws:
      org.gvsig.raster.swing.buffer.exceptions.RasterCreatingPanelException
    • setVisibleStatistics

      public void setVisibleStatistics(org.gvsig.raster.lib.buffer.api.statistics.Statistics visibleStatistics)
      Specified by:
      setVisibleStatistics in interface org.gvsig.raster.swing.buffer.histogram.HistogramPanel
    • setBandColors

      public void setBandColors(Color[] colors)
      Specified by:
      setBandColors in interface org.gvsig.raster.swing.buffer.histogram.HistogramPanel
    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component
    • getGraphicContainer

      public GraphicContainer getGraphicContainer()
      This method initializes jPanel
      Returns:
      javax.swing.JPanel
    • doShowStatistics

      protected void doShowStatistics()
    • doRemoveTails

      protected void doRemoveTails()
    • doExportTable

      protected void doExportTable()
    • doUnselectAllBands

      protected void doUnselectAllBands()
    • doSelectAllBands

      protected void doSelectAllBands()
    • setLocate

      public void setLocate(Locale locale)
      Parameters:
      locale -
    • setEnabledVisibleStatistics

      public void setEnabledVisibleStatistics(boolean enabledVisibleStatistics)
      Specified by:
      setEnabledVisibleStatistics in interface org.gvsig.raster.swing.buffer.histogram.HistogramPanel
    • isEnabledVisibleStatistics

      public boolean isEnabledVisibleStatistics()
      Specified by:
      isEnabledVisibleStatistics in interface org.gvsig.raster.swing.buffer.histogram.HistogramPanel
    • addChangeItemSourceListener

      public void addChangeItemSourceListener(ItemListener listener)
      Specified by:
      addChangeItemSourceListener in interface org.gvsig.raster.swing.buffer.histogram.HistogramPanel
    • removeChangeItemSourceListener

      public void removeChangeItemSourceListener(ItemListener listener)
      Specified by:
      removeChangeItemSourceListener in interface org.gvsig.raster.swing.buffer.histogram.HistogramPanel