Package hec.gfx2d

Class PairedDataLinePropertiesPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
rma.swing.AbstractJPanel
rma.swing.DefaultJPanel
hec.gfx2d.PairedDataLinePropertiesPanel
All Implemented Interfaces:
ActionListener, ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, rma.lang.Modifiable, rma.swing.RmaValidComponent

public class PairedDataLinePropertiesPanel extends rma.swing.DefaultJPanel implements ItemListener

Title: CWMS Development

Description:

Copyright: Copyright (c) 2002

Company: Resource Management Associates

See Also:
  • Constructor Details

    • PairedDataLinePropertiesPanel

      public PairedDataLinePropertiesPanel()
  • Method Details

    • itemStateChanged

      public void itemStateChanged(ItemEvent e)
      Specified by:
      itemStateChanged in interface ItemListener
      Overrides:
      itemStateChanged in class rma.swing.AbstractJPanel
    • setLineData

      public void setLineData(G2dLine[] g2dLines)
    • getSelectedLineProperties

      public G2dLineProperties getSelectedLineProperties()
    • getSelectedLine

      public G2dLine getSelectedLine()
    • setSelectedLineIndex

      public void setSelectedLineIndex(int curveNum)
    • savePanel

      public boolean savePanel()
      Overrides:
      savePanel in class rma.swing.DefaultJPanel
    • getMinorLineProperties

      public G2dLineProperties getMinorLineProperties()
    • getMajorLineProperties

      public G2dLineProperties getMajorLineProperties()