Package hec.map.flo2d
Class Flo2dDepthGlyph
java.lang.Object
hec.map.MapGlyph
hec.map.flo2d.Flo2dGlyph
hec.map.flo2d.Flo2dDepthGlyph
- All Implemented Interfaces:
ElevationGlyph
,Comparable<MapGlyph>
-
Nested Class Summary
Nested classes/interfaces inherited from class hec.map.MapGlyph
MapGlyph.Selection
-
Field Summary
Fields inherited from class hec.map.flo2d.Flo2dGlyph
_drawOutlines, _lr
Fields inherited from class hec.map.MapGlyph
_changeEvent, _glyphLevel, _listenerList, _map, _mapIdentifier, _mapPanel, _paintOk, _parentGlyph, maxPtArraySz, needsRepaint, xarray, XOR_COLOR, yarray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawElevationStats
(Graphics g, LocalRegion region) Compute and draw max min and average elevation for the given regionprotected ColorContour
getToolTipText
(WorldPt wpt, MouseEvent e) Gets the ToolTipText of the MapGlyph objectprotected boolean
Methods inherited from class hec.map.flo2d.Flo2dGlyph
draw, drawWorldRect, getElevationAt, getMaximumElevation, getMinimumElevation, getNoDataValue
Methods inherited from class hec.map.MapGlyph
addChangeListener, addGlyphSelectionListener, checkXYArraySize, clearSelection, clearSelection, close, compareTo, containsSelection, drawConformingString, drawConformingString2, drawLine, drawLine, drawLine, drawLine, drawLine2D, drawRegion, drawRegion, fillMap, findGlyphOfClass, findObject, fireGlyphSelectionChanged, fireStateChanged, getAttributeSet, getBounds, getDataRecord, getDefaultDataRecord, getDescription, getGlyphLevel, getMap, getMapPanel, getMaximumScale, getMinimumScale, getName, getParentGlyph, getSelectedObject, getSelections, glyphVector, hasChildGlyphs, hasMap, init, intersects, isAltDown, isAttributeAvailable, isControlDown, isMetaDown, isPaintOk, isRepaintNeeded, isShiftDown, isShown, isWriteLocked, objectDoubleClick, objectPopupMenu, objectSelect, reInit, removeChangeListener, removeGlyphSelectionListener, setDataRecord, setGlyphLevel, setMap, setMapPanel, setMaximumScale, setMinimumScale, setPaintOk, setParentGlyph, setRepaintNeeded, setShown, shouldReturn, showMapElement, toString, transformArrays, transformLocalToWorldArrays, transformLookup, transformPoint, transformPointToLocal, transformPointToWorld, transformRect, transformRect, transformRectToLocal, transformWorldToLocalArrays
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface hec.map.ElevationGlyph
getDataRecord, getMap, getMaximumScale, getMinimumScale, getName, setDataRecord, setMaximumScale, setMinimumScale
-
Constructor Details
-
Flo2dDepthGlyph
public Flo2dDepthGlyph() -
Flo2dDepthGlyph
-
-
Method Details
-
shouldDrawZeroCells
protected boolean shouldDrawZeroCells()- Overrides:
shouldDrawZeroCells
in classFlo2dGlyph
- Returns:
-
drawElevationStats
Description copied from interface:ElevationGlyph
Compute and draw max min and average elevation for the given region -
getToolTipText
Description copied from class:MapGlyph
Gets the ToolTipText of the MapGlyph object- Overrides:
getToolTipText
in classMapGlyph
- Parameters:
wpt
- the WorldPt location of the mouse cursore
- the MouseEvent- Returns:
- The ToolTipText at wpt
-
getColorContour
- Specified by:
getColorContour
in classFlo2dGlyph
- Returns:
-