com.nutiteq.components
Class PolyStyle
java.lang.Object
com.nutiteq.components.PolyStyle
public class PolyStyle
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_FILL
public static final int NO_FILL
- See Also:
- Constant Field Values
LINE_FILL
public static final int LINE_FILL
- See Also:
- Constant Field Values
FILL
public static final int FILL
- See Also:
- Constant Field Values
DEFAULT_COLOR
public static final int DEFAULT_COLOR
- See Also:
- Constant Field Values
DEFAULT_STYLE
public static final PolyStyle DEFAULT_STYLE
PolyStyle
public PolyStyle(int color)
PolyStyle
public PolyStyle(int color,
int fillStyle)
PolyStyle
public PolyStyle(int color,
int fillStyle,
LineStyle lineStyle)
getColor
public int getColor()
getLineStyle
public LineStyle getLineStyle()
getFillStyle
public int getFillStyle()