|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eltima.chart.BarRenderer
public class BarRenderer
The BarRenderer class.
Copyright: Copyright (c) 2000-2007
Company: Eltima Software
| Constructor Summary | |
|---|---|
BarRenderer()
Creates new instance of BarRenderer. |
|
| Method Summary | |
|---|---|
int |
getType()
Returns the renderer type. |
void |
paintBar(java.awt.Graphics2D g2,
java.awt.Rectangle inRect)
Paint bar in specified rectagle. |
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 BarRenderer()
| Method Detail |
|---|
public void setSeriesModel(SeriesModel model)
model - SeriesModelpublic int getType()
public void setType(int type)
type - int
public void paintBar(java.awt.Graphics2D g2,
java.awt.Rectangle inRect)
g2 - Graphics2DinRect - Rectangle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||