Package hec.gfx2d

Class G2dVerifyLine

All Implemented Interfaces:
AsciiSerializable, FieldAccessor, ActionListener, Serializable, Cloneable, Comparable, EventListener, Observer, Modifiable

public class G2dVerifyLine extends G2dLine
G2dLine subclass for Data Verification dialog
See Also:
  • Field Details

  • Constructor Details

    • G2dVerifyLine

      public G2dVerifyLine()
  • Method Details

    • clearLineData

      public void clearLineData()
      Description copied from class: G2dLine
      Description of the Method
      Overrides:
      clearLineData in class G2dLine
    • setScale

      public void setScale(Scale s)
    • buildPropertiesPanel

      protected DefaultJPanel[] buildPropertiesPanel()
      Builds the necessary panels used for editing the properties of this line. The panels returned are the union of the properties panels for this class and the super class.
      Overrides:
      buildPropertiesPanel in class G2dLine
    • setColor

      public void setColor(Color clr)
      Method that allows the editing of line properties. This method displays a visible dialog for line editing.
    • getFieldObject

      public Object getFieldObject(Field fld)
      Description copied from class: G2dLine
      Gets the FieldObject attribute of the G2dLine object
      Specified by:
      getFieldObject in interface FieldAccessor
      Overrides:
      getFieldObject in class G2dLine
      Parameters:
      fld - Description of Parameter
      Returns:
      The FieldObject value
    • setFieldObject

      public boolean setFieldObject(Field fld, Object fobj)
      Description copied from class: G2dLine
      Sets the FieldObject attribute of the G2dLine object
      Specified by:
      setFieldObject in interface FieldAccessor
      Overrides:
      setFieldObject in class G2dLine
      Parameters:
      fld - The new FieldObject value
      fobj - The new FieldObject value
      Returns:
      Description of the Returned Value