|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Line
Encapsulates data and plot decorations that will be rendered in a
LineChart
. Construct with Plots
static factory class.
Data
,
DataUtil
,
LineChart
Method Summary | |
---|---|
void |
setFillAreaColor(Color color)
Define a fill area color below this plot. |
void |
setLineStyle(LineStyle lineStyle)
Set the line style. |
void |
setPriority(Priority priority)
Set the priority. |
Methods inherited from interface com.googlecode.charts4j.Plot |
---|
addMarker, addMarkers, addShapeMarker, addShapeMarkers, addTextMarker, setColor, setLegend |
Method Detail |
---|
void setLineStyle(LineStyle lineStyle)
lineStyle
- The line style to set. Cannot be null.void setPriority(Priority priority)
priority
- for this plot. Cannot be null.void setFillAreaColor(Color color)
color
- The color of the fill area that will appear below this
particular plot. cannot be null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |