Package hec.map.mrsid
Class MrSidMapGlyph
java.lang.Object
hec.map.MapGlyph
hec.map.image.ImageGlyph
hec.map.mrsid.MrSidMapGlyph
- All Implemented Interfaces:
IImageGlyph,ImageObserver,Comparable<MapGlyph>
-
Nested Class Summary
Nested classes/interfaces inherited from class hec.map.MapGlyph
MapGlyph.Selection -
Field Summary
Fields inherited from class hec.map.image.ImageGlyph
_adjustmentEnabled, _imageFields inherited from class hec.map.MapGlyph
_changeEvent, _glyphLevel, _listenerList, _map, _mapIdentifier, _mapPanel, _paintOk, _parentGlyph, maxPtArraySz, needsRepaint, xarray, XOR_COLOR, yarrayFields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadjustImage(DragPoint dragPoint, Point PT0, Point PT1) voiddraw this MapGlyph to graphics using the MapScale sclprotected voidscaleTransform(AffineTransform af, MapScale scl) voidsetShown(boolean shown) Sets whether this MapGlyph will draw in the MapPanelMethods inherited from class hec.map.image.ImageGlyph
adjustFinished, drawBorder, drawDragPoints, drawFileName, fillMap, getDefaultDataRecord, getDragPoints, getImageGlyphDataRecord, imageUpdate, isAdjustmentEnabled, saveImageCoordinates, setAdjustmentEnabledMethods inherited from class hec.map.MapGlyph
addChangeListener, addGlyphSelectionListener, checkXYArraySize, clearSelection, clearSelection, close, compareTo, containsSelection, drawConformingString, drawConformingString2, drawLine, drawLine, drawLine, drawLine, drawLine2D, drawRegion, drawRegion, findGlyphOfClass, findObject, fireGlyphSelectionChanged, fireStateChanged, getAttributeSet, getBounds, getDataRecord, getDescription, getGlyphLevel, getMap, getMapPanel, getMaximumScale, getMinimumScale, getName, getParentGlyph, getSelectedObject, getSelections, getToolTipText, 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, 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.image.IImageGlyph
getBounds, getMap, getMapPanel, getMaximumScale, getMinimumScale, setMaximumScale, setMinimumScale
-
Constructor Details
-
MrSidMapGlyph
-
-
Method Details
-
scaleTransform
- Overrides:
scaleTransformin classImageGlyph
-
setShown
public void setShown(boolean shown) Description copied from class:MapGlyphSets whether this MapGlyph will draw in the MapPanel -
draw
Description copied from class:MapGlyphdraw this MapGlyph to graphics using the MapScale scl- Overrides:
drawin classImageGlyph- Parameters:
graphics- the Graphics to draw toscl- The current MapScale
-
adjustImage
- Specified by:
adjustImagein interfaceIImageGlyph- Overrides:
adjustImagein classImageGlyph
-