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, _lrFields 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 TypeMethodDescriptionvoiddrawElevationStats(Graphics g, LocalRegion region) Compute and draw max min and average elevation for the given regionprotected ColorContourgetToolTipText(WorldPt wpt, MouseEvent e) Gets the ToolTipText of the MapGlyph objectprotected booleanMethods inherited from class hec.map.flo2d.Flo2dGlyph
draw, drawWorldRect, getElevationAt, getMaximumElevation, getMinimumElevation, getNoDataValueMethods 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, transformWorldToLocalArraysMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
shouldDrawZeroCellsin classFlo2dGlyph- Returns:
-
drawElevationStats
Description copied from interface:ElevationGlyphCompute and draw max min and average elevation for the given region -
getToolTipText
Description copied from class:MapGlyphGets the ToolTipText of the MapGlyph object- Overrides:
getToolTipTextin classMapGlyph- Parameters:
wpt- the WorldPt location of the mouse cursore- the MouseEvent- Returns:
- The ToolTipText at wpt
-
getColorContour
- Specified by:
getColorContourin classFlo2dGlyph- Returns:
-