Package hec.map
Class ModelDrawingAttributeSet.SymbolIcon
java.lang.Object
hec.map.ModelDrawingAttributeSet.SymbolIcon
- All Implemented Interfaces:
Icon
- Enclosing class:
- ModelDrawingAttributeSet
Class Description
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the IconHeight attribute of the SymbolIcon objectint
Gets the IconWidth attribute of the SymbolIcon objectvoid
Method Description
-
Field Details
-
size
protected float size -
lineclr
-
fillclr
-
symbolType
protected int symbolType
-
-
Constructor Details
-
SymbolIcon
public SymbolIcon(int i) Constructor for the SymbolIcon object- Parameters:
i
- Description
-
-
Method Details
-
paintIcon
Method Description -
getIconWidth
public int getIconWidth()Gets the IconWidth attribute of the SymbolIcon object- Specified by:
getIconWidth
in interfaceIcon
- Returns:
- The IconWidth value
-
getIconHeight
public int getIconHeight()Gets the IconHeight attribute of the SymbolIcon object- Specified by:
getIconHeight
in interfaceIcon
- Returns:
- The IconHeight value
-