com.nutiteq.components
Class LineStyle

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

public class LineStyle
extends java.lang.Object

Style object for Line


Field Summary
static int DEFAULT_COLOR
           
static LineStyle DEFAULT_STYLE
           
static int DEFAULT_WIDTH
           
 
Constructor Summary
LineStyle(int color, int width)
          Constructor for line style object
 
Method Summary
 int getColor()
          Not part of public API
 int getWidth()
          Not part of public API
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COLOR

public static final int DEFAULT_COLOR
See Also:
Constant Field Values

DEFAULT_WIDTH

public static final int DEFAULT_WIDTH
See Also:
Constant Field Values

DEFAULT_STYLE

public static final LineStyle DEFAULT_STYLE
Constructor Detail

LineStyle

public LineStyle(int color,
                 int width)
Constructor for line style object

Parameters:
color - line color in format ARGB
width - line width
Method Detail

getColor

public int getColor()
Not part of public API

Returns:
line color

getWidth

public int getWidth()
Not part of public API

Returns:
line width