Class VectorialInterval

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.project.documents.view.legend.gui.VectorialInterval
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.app.project.documents.view.legend.gui.ILegendPanel

public class VectorialInterval extends JPanel implements org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
DOCUMENT ME!
Author:
Vicente Caballero Navarro
See Also:
  • Field Details

    • cmbField

      protected JComboBox cmbField
    • txtNumIntervals

      protected JTextField txtNumIntervals
    • chkdefaultvalues

      protected JCheckBox chkdefaultvalues
    • cmbIntervalType

      protected JComboBox cmbIntervalType
    • bDelAll

      protected org.gvsig.gui.beans.swing.JButton bDelAll
    • bDel

      protected org.gvsig.gui.beans.swing.JButton bDel
    • layer

      protected org.gvsig.fmap.mapcontext.layers.operations.ClassifiableVectorial layer
    • theLegend

      protected org.gvsig.symbology.fmap.mapcontext.rendering.legend.impl.VectorialIntervalLegend theLegend
    • auxLegend

      protected org.gvsig.fmap.mapcontext.rendering.legend.IVectorialIntervalLegend auxLegend
    • symbolTable

      protected SymbolTable symbolTable
    • pnlCenter

      protected JPanel pnlCenter
    • optionPanel

      protected JPanel optionPanel
    • defaultSymbolPrev

      protected org.gvsig.app.project.documents.view.legend.gui.JSymbolPreviewButton defaultSymbolPrev
  • Constructor Details

    • VectorialInterval

      public VectorialInterval()
      This is the default constructor
  • Method Details

    • getOptionPanel

      public JPanel getOptionPanel()
    • getChkDefaultvalues

      protected JCheckBox getChkDefaultvalues()
      This method initializes chkdefaultvalues
      Returns:
      javax.swing.JCheckBox
    • getPnlButtons

      protected JPanel getPnlButtons()
      This method initializes panelS
      Returns:
      javax.swing.JPanel
    • fillTableValues

      protected void fillTableValues()
      Damos una primera pasada para saber los l�mites inferior y superior y rellenar un array con los valores. Luego dividimos ese array en intervalos.
    • calculateIntervals

      protected org.gvsig.fmap.mapcontext.rendering.legend.IInterval[] calculateIntervals() throws org.gvsig.fmap.mapcontext.exceptions.LegendLayerException
      Throws:
      org.gvsig.fmap.mapcontext.exceptions.LegendLayerException
    • setData

      public void setData(org.gvsig.fmap.mapcontext.layers.FLayer layer, org.gvsig.fmap.mapcontext.rendering.legend.ILegend legend)
      Specified by:
      setData in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getDefaultSymbolPrev

      public void getDefaultSymbolPrev(int shapeType)
    • fillFieldNames

      protected void fillFieldNames()
    • getLegend

      public org.gvsig.fmap.mapcontext.rendering.legend.ILegend getLegend()
      Specified by:
      getLegend in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
      See Also:
      • invalid reference
        com.iver.cit.gvsig.gui.legendmanager.panels.ILegendPanel#getLegend()
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getIcon

      public ImageIcon getIcon()
      Specified by:
      getIcon in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getParentClass

      public Class getParentClass()
      Specified by:
      getParentClass in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getPanel

      public JPanel getPanel()
      Specified by:
      getPanel in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getLegendClass

      public Class getLegendClass()
      Specified by:
      getLegendClass in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • isSuitableFor

      public boolean isSuitableFor(org.gvsig.fmap.mapcontext.layers.FLayer layer)
      Specified by:
      isSuitableFor in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel