Package hec.gfx2d
Class SimpleJTableGlyph
java.lang.Object
hec.gfx2d.G2dGlyph
hec.gfx2d.SimpleJTableGlyph
- All Implemented Interfaces:
Serializable,EventListener,Observer,TableChangeListener
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hec.gfx2d.G2dGlyph
G2dGlyph.PropertiesOKListener -
Field Summary
FieldsFields inherited from class hec.gfx2d.G2dGlyph
_bounds, _drawProp, _g2dObject, _line, _lineArray, _polygon, _scale, _viewport, maxPtArraySz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidReturns a tool tip text for this glyph.voidtableDataChanged(TableUpdateEvent event) Methods inherited from class hec.gfx2d.G2dGlyph
clearSelection, createG2dLine, createPopupMenu, dataAtPoint, drawLegendPict, editLineProperties, editLineProperties, finalize, getBounds, getCurveCount, getCurveName, getDeviceResolution, getG2dObject, getLegendPictSize, getLegendPictSize, getLine, getLine, getName, getOKListeners, getProperties, getScale, getViewport, getVisibleRect, isCurveDrawn, isLegendItemsVisible, isLineVisible, isVisible, mouseDragged, objectDoubleClick, objectPopupMenu, objectSelect, pointerOver, setColor, setCurveDrawn, setFillColor, setLegendItemsVisible, setLineColor, setLineVisible, setProperties, setShowAllCurvesOnLegend, setVisible, showAllCurvesOnLegend, showPopup, toString, update
-
Field Details
-
_firstDraw
protected boolean _firstDraw
-
-
Constructor Details
-
SimpleJTableGlyph
-
-
Method Details
-
buildLineArray
protected void buildLineArray()- Overrides:
buildLineArrayin classG2dGlyph
-
draw
-
getToolTipText
Returns a tool tip text for this glyph. Returns null if there is none- Overrides:
getToolTipTextin classG2dGlyph
-
tableDataChanged
- Specified by:
tableDataChangedin interfaceTableChangeListener
-