|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.rchart.ChartComponent
public class ChartComponent
This is the class all chart components are derived from. The position and size of the components are calculated by the Chart automatically. For example, the title is always at the position 0,0 and ocupies 10% of the height of the chart.
Field Summary | |
---|---|
int |
height
this is the height coordinate of this component. |
int |
width
this is the width coordinate of this component. |
int |
x
this is the x coordinate of the left top corner of this component. |
int |
y
this is the y coordinate of the left top corner of this component. |
Constructor Summary | |
---|---|
ChartComponent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int x
public int y
public int height
public int width
Constructor Detail |
---|
public ChartComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |