Package hec.map
Class LayerSelectionFactory
java.lang.Object
hec.map.LayerSelectionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addMapping
(String mapGlyphClass, String glyphSelectionClass) add a MapGlyph to Layer Glyph Selection the mapping.static Component
buildSelection
(JLayerSelectionParent parent, JFrame parentFrame, MapPanel panel, MapGlyph g)
-
Constructor Details
-
LayerSelectionFactory
public LayerSelectionFactory()
-
-
Method Details
-
addMapping
add a MapGlyph to Layer Glyph Selection the mapping.- Parameters:
mapGlyphClass
- the classname of the MapGlyphglyphSelectionClass
- the classname of the GlyphSelection
-
buildSelection
public static Component buildSelection(JLayerSelectionParent parent, JFrame parentFrame, MapPanel panel, MapGlyph g)
-