|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eltima.chart.LineRenderer
public class LineRenderer
The LineRenderer class.
Copyright: Copyright (c) 2000-2007
Company: Eltima Software
Constructor Summary | |
---|---|
LineRenderer()
Creates new instance of LineRenderer. |
Method Summary | |
---|---|
MarkerRenderer |
getMarkerRenderer()
Returns the MarkerRenderer. |
int |
getType()
Returns the renderer type. |
void |
paintLine(java.awt.Graphics2D g2,
java.util.Vector points,
boolean fill,
double asixZeroV)
|
void |
setSeriesModel(SeriesModel model)
Sets the SeriesModel. |
void |
setType(int type)
Sets the renderer type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineRenderer()
Method Detail |
---|
public void setSeriesModel(SeriesModel model)
model
- SeriesModelpublic int getType()
public void setType(int type)
type
- intpublic void paintLine(java.awt.Graphics2D g2, java.util.Vector points, boolean fill, double asixZeroV)
public MarkerRenderer getMarkerRenderer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |