Package hec.gfx2d

Class G2dLineMarkerPropertiesPanel

All Implemented Interfaces:
ActionListener, ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, Modifiable, RmaValidComponent

public class G2dLineMarkerPropertiesPanel extends DefaultJPanel implements ActionListener
This is a panel that allows a user to edit properties of the G2dLine
See Also:
  • Field Details

  • Constructor Details

    • G2dLineMarkerPropertiesPanel

      public G2dLineMarkerPropertiesPanel()
  • Method Details

    • buildControls

      protected void buildControls()
    • getFillAboveRadioText

      public String getFillAboveRadioText()
    • getFillBelowRadioText

      public String getFillBelowRadioText()
    • setData

      public void setData(G2dMarkerProperties prop)
    • setData

      public void setData(G2dMarkerProperties prop, TimeZone dataTimeZone)
    • getData

      public G2dMarkerProperties getData()
    • setAxisType

      public void setAxisType(int axisType)
    • fillPanel

      public void fillPanel()
      Description copied from class: AbstractJPanel
      Force subclasses to use this interface.
      Overrides:
      fillPanel in class DefaultJPanel
    • savePanel

      public boolean savePanel()
      Saves all of the information on this panel. Returns true if it was all successfully saved otherwise returns false.
      Overrides:
      savePanel in class DefaultJPanel
      Returns:
      true if data is saved successfully otherwise false
    • setSamplePanelVisible

      public void setSamplePanelVisible(boolean b)
    • isSamplePanelVisible

      public boolean isSamplePanelVisible()
    • clearPanel

      public void clearPanel()
    • setCustomLineRadioOptionsVisible

      public void setCustomLineRadioOptionsVisible(boolean visible)
    • setRenderColorNames

      public void setRenderColorNames(boolean b)
    • setMarkerValuePanelVisible

      public void setMarkerValuePanelVisible(boolean visible)
    • setLabelTextVisible

      public void setLabelTextVisible(boolean visible)