Package hec.map.selection
Class GraphicElementSelection
java.lang.Object
hec.map.selection.GraphicElementSelection
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGraphicElementSelection
(String name, String type, String src, String altName) -
Method Summary
-
Constructor Details
-
GraphicElementSelection
-
GraphicElementSelection
public GraphicElementSelection()
-
-
Method Details
-
getLookup
public rma.util.lookup.Lookup getLookup() -
setLookup
public void setLookup(rma.util.lookup.Lookup lookup) -
getName
- Returns:
- the _name
-
setName
- Parameters:
name
- the _name to set
-
getType
- Returns:
- the _type
-
setType
- Parameters:
type
- the _type to set
-
getSrc
- Returns:
- the _src
-
setSrc
- Parameters:
src
- the _src to set
-
getAltName
- Returns:
- the _altName
-
setAltName
- Parameters:
altName
- the _altName to set
-