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 TypeMethodDescriptionintGets the IconHeight attribute of the SymbolIcon objectintGets the IconWidth attribute of the SymbolIcon objectvoidMethod 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:
getIconWidthin interfaceIcon- Returns:
- The IconWidth value
-
getIconHeight
public int getIconHeight()Gets the IconHeight attribute of the SymbolIcon object- Specified by:
getIconHeightin interfaceIcon- Returns:
- The IconHeight value
-