Package hec.gfx2d
Class SimpleJTableSeasonalGlyph
java.lang.Object
hec.gfx2d.G2dGlyph
hec.gfx2d.SimpleJTableSeasonalGlyph
- All Implemented Interfaces:
Serializable,Observer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hec.gfx2d.G2dGlyph
G2dGlyph.PropertiesOKListener -
Field Summary
Fields inherited from class hec.gfx2d.G2dGlyph
_bounds, _drawProp, _g2dObject, _line, _lineArray, _polygon, _scale, _viewport, maxPtArraySz, xarray, yarray -
Constructor Summary
ConstructorsConstructorDescriptionSimpleJTableSeasonalGlyph(Viewport view, SimpleJTableSeasonalData map, Scale scl) -
Method Summary
Modifier and TypeMethodDescriptionvoidReturns a tool tip text for this glyph.Methods inherited from class hec.gfx2d.G2dGlyph
buildLineArray, 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
-
Constructor Details
-
SimpleJTableSeasonalGlyph
-
-
Method Details
-
draw
-
getToolTipText
Returns a tool tip text for this glyph. Returns null if there is none- Overrides:
getToolTipTextin classG2dGlyph
-