com.jjoe64.graphview
Class GraphViewSeries.GraphViewSeriesStyle

java.lang.Object
  extended by com.jjoe64.graphview.GraphViewSeries.GraphViewSeriesStyle
Enclosing class:
GraphViewSeries

public static class GraphViewSeries.GraphViewSeriesStyle
extends java.lang.Object

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

color

public int color

thickness

public int thickness
Constructor Detail

GraphViewSeries.GraphViewSeriesStyle

public GraphViewSeries.GraphViewSeriesStyle()

GraphViewSeries.GraphViewSeriesStyle

public GraphViewSeries.GraphViewSeriesStyle(int color,
                                            int thickness)
Method Detail

getValueDependentColor

public ValueDependentColor getValueDependentColor()

setValueDependentColor

public void setValueDependentColor(ValueDependentColor valueDependentColor)
the color depends on the value of the data. only possible in BarGraphView

Parameters:
valueDependentColor -