Package hec.gfx2d
Class G2dVerifyLine
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.gfx2d.G2dLine
hec.gfx2d.G2dVerifyLine
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,ActionListener,Serializable,Cloneable,Comparable,EventListener,Observer,Modifiable
G2dLine subclass for Data Verification dialog
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class hec.gfx2d.G2dLine
_clipToBounds, _nameMenuItem, _popupMenu, _propertiesFields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DefaultJPanel[]Builds the necessary panels used for editing the properties of this line.voidDescription of the MethodgetFieldObject(Field fld) Gets the FieldObject attribute of the G2dLine objectvoidMethod that allows the editing of line properties.booleansetFieldObject(Field fld, Object fobj) Sets the FieldObject attribute of the G2dLine objectvoidMethods inherited from class hec.gfx2d.G2dLine
actionPerformed, addCallout, addLineData, addLineSegment, areSymbolsAutoInterval, areSymbolsDrawn, areSymbolsVisible, clearCallouts, clone, contains, copyCurveProperties, createPopupMenu, drawCallouts, drawLine, editLineProperties, editLineProperties, finalize, getAutoSkipSymbols, getFillColor, getFillColorString, getFillPattern, getFillPatternString, getFillType, getFillTypeString, getFirstSymbolOffset, getLabel, getLabelAlignment, getLabelAlignmentString, getLabelColor, getLabelColorString, getLabelFont, getLabelFontString, getLabelPosition, getLabelPositionString, getLineColor, getLineColorString, getLineLabel, getLineSegmentAt, getLineStepStyle, getLineStepStyleString, getLineStyle, getLineStyleString, getLineWidth, getNearestDataPt, getNearestDataPt, getNearestDataPt, getNearestDataPt, getNearestLocation, getNumLineSegments, getNumPoints, getOKListeners, getProperties, getScale, getStepInterval, getSymbolFillColor, getSymbolFillColorString, getSymbolInterval, getSymbolLineColor, getSymbolLineColorString, getSymbolOffset, getSymbolSize, getSymbolSkipCount, getSymbolSkipInterval, getSymbolType, getSymbolTypeString, isCalloutsVisible, isLabelVisible, isLineDrawn, isLineLabelVisible, isLineVisible, isVisible, scale, scale, setAutoSkipSymbolsOff, setAutoSkipSymbolsOn, setCalloutsVisible, setClipLineToBounds, setDrawLineOff, setDrawLineOn, setDrawSymbolsOff, setDrawSymbolsOn, setFillColor, setFillColor, setFillPattern, setFillType, setFirstSymbolOffset, setGlyph, setLabel, setLabelAlignment, setLabelAlignment, setLabelColor, setLabelColor, setLabelFont, setLabelFont, setLabelPosition, setLabelPosition, setLabelVisible, setLineColor, setLineColor, setLineData, setLineLabel, setLineLabelVisible, setLineStepStyle, setLineStyle, setLineVisible, setLineWidth, setPeriodStepStyle, setProperties, setScale, setSelectedPoints, setStepInterval, setSymbolFillColor, setSymbolInterval, setSymbolLineColor, setSymbolOffset, setSymbolsAutoInterval, setSymbolSize, setSymbolSkipCount, setSymbolsSkipInterval, setSymbolsVisible, setSymbolType, setSymbolType, setVisible, showPopup, toLocalGeometry, toString, toWorldGeometryMethods inherited from class hec.lang.NamedType
addModifiableListener, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getIgnoreModifiedEvents, getIndex, getName, isModified, isValid, readResolve, removeModifiableListener, rename, set, setDescription, setIgnoreModifiedEvents, setIndex, setModified, setName, setValid, update, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Field Details
-
_questionableProperties
-
_rejectedProperties
-
_missingProperties
-
_acceptableProperties
-
-
Constructor Details
-
G2dVerifyLine
public G2dVerifyLine()
-
-
Method Details
-
clearLineData
public void clearLineData()Description copied from class:G2dLineDescription of the Method- Overrides:
clearLineDatain classG2dLine
-
setScale
-
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:
buildPropertiesPanelin classG2dLine
-
setColor
Method that allows the editing of line properties. This method displays a visible dialog for line editing. -
getFieldObject
Description copied from class:G2dLineGets the FieldObject attribute of the G2dLine object- Specified by:
getFieldObjectin interfaceFieldAccessor- Overrides:
getFieldObjectin classG2dLine- Parameters:
fld- Description of Parameter- Returns:
- The FieldObject value
-
setFieldObject
Description copied from class:G2dLineSets the FieldObject attribute of the G2dLine object- Specified by:
setFieldObjectin interfaceFieldAccessor- Overrides:
setFieldObjectin classG2dLine- Parameters:
fld- The new FieldObject valuefobj- The new FieldObject value- Returns:
- Description of the Returned Value
-