|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jjoe64.graphview.GraphViewSeries.GraphViewSeriesStyle
public static class GraphViewSeries.GraphViewSeriesStyle
graph series style: color and thickness
Field Summary | |
---|---|
int |
color
|
int |
thickness
|
Constructor Summary | |
---|---|
GraphViewSeries.GraphViewSeriesStyle()
|
|
GraphViewSeries.GraphViewSeriesStyle(int color,
int thickness)
|
Method Summary | |
---|---|
ValueDependentColor |
getValueDependentColor()
|
void |
setValueDependentColor(ValueDependentColor valueDependentColor)
the color depends on the value of the data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int color
public int thickness
Constructor Detail |
---|
public GraphViewSeries.GraphViewSeriesStyle()
public GraphViewSeries.GraphViewSeriesStyle(int color, int thickness)
Method Detail |
---|
public ValueDependentColor getValueDependentColor()
public void setValueDependentColor(ValueDependentColor valueDependentColor)
valueDependentColor
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |