Package hec.map
Class ModelDrawingAttributeSetFactory
java.lang.Object
hec.map.ModelDrawingAttributeSetFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addMapping
(String model, String attributeSetClass) add a model to Attribute Set to the mapping.static ModelDrawingAttributeSet
newAttributeSet
(String modelName)
-
Constructor Details
-
ModelDrawingAttributeSetFactory
public ModelDrawingAttributeSetFactory()
-
-
Method Details
-
addMapping
add a model to Attribute Set to the mapping.- Parameters:
model
- the model name (ie RSS)attributeSetClass
- the classname of the ModelDrawingAttributeSet
-
newAttributeSet
-