|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nutiteq.components.LineStyle
public class LineStyle
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 |
|---|
public static final int DEFAULT_COLOR
public static final int DEFAULT_WIDTH
public static final LineStyle DEFAULT_STYLE
| Constructor Detail |
|---|
public LineStyle(int color,
int width)
color - line color in format ARGBwidth - line width| Method Detail |
|---|
public int getColor()
public int getWidth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||