com.nutiteq.components
Class PolyStyle

java.lang.Object
  extended by com.nutiteq.components.PolyStyle

public class PolyStyle
extends java.lang.Object


Field Summary
static int DEFAULT_COLOR
           
static PolyStyle DEFAULT_STYLE
           
static int FILL
           
static int LINE_FILL
           
static int NO_FILL
           
 
Constructor Summary
PolyStyle(int color)
           
PolyStyle(int color, int fillStyle)
           
PolyStyle(int color, int fillStyle, LineStyle lineStyle)
           
 
Method Summary
 int getColor()
           
 int getFillStyle()
           
 LineStyle getLineStyle()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PolyStyle

public PolyStyle(int color)

PolyStyle

public PolyStyle(int color,
                 int fillStyle)

PolyStyle

public PolyStyle(int color,
                 int fillStyle,
                 LineStyle lineStyle)
Method Detail

getColor

public int getColor()

getLineStyle

public LineStyle getLineStyle()

getFillStyle

public int getFillStyle()