|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.report.xls.ChartLabelInfo
public class ChartLabelInfo
Information of chart label
| Constructor Summary | |
|---|---|
ChartLabelInfo()
|
|
ChartLabelInfo(int x,
int y,
int width,
int height,
FontInfo fontInfo,
ChartAreaInfo labelAreaInfo,
java.lang.String text)
Constructs a ChartLabelInfo record and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
FontInfo |
getFontInfo()
Get the Information of label font |
int |
getHeight()
Get the height of label |
ChartAreaInfo |
getLabelAreaInfo()
Get the Information of label Area |
java.lang.String |
getText()
Get the text of label |
int |
getWidth()
Get the width of label |
int |
getX()
Get the x position of label |
int |
getY()
Get the y position of label |
void |
setFontInfo(FontInfo fontInfo)
Set the Information of label font |
void |
setHeight(int height)
Set the height of label |
void |
setLabelAreaInfo(ChartAreaInfo labelAreaInfo)
Set the Information of label Area |
void |
setText(java.lang.String text)
Set the text of label |
void |
setWidth(int width)
Set the width of label |
void |
setX(int x)
Set the x position of chart |
void |
setY(int y)
Set the y position of label |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartLabelInfo()
public ChartLabelInfo(int x,
int y,
int width,
int height,
FontInfo fontInfo,
ChartAreaInfo labelAreaInfo,
java.lang.String text)
x - x position of the labely - y position of the labelwidth - width of the labelheight - height of the labelfontInfo - The information of label fontlabelAreaInfo - the information of label areatext - text of the label| Method Detail |
|---|
public void setX(int x)
public int getX()
public void setY(int y)
public int getY()
public void setWidth(int width)
public int getWidth()
public void setHeight(int height)
public int getHeight()
public void setLabelAreaInfo(ChartAreaInfo labelAreaInfo)
labelAreaInfo - the Information of label Areapublic ChartAreaInfo getLabelAreaInfo()
public void setFontInfo(FontInfo fontInfo)
labelAreaInfo - the Information of label fontpublic FontInfo getFontInfo()
public void setText(java.lang.String text)
text - the text of labelpublic java.lang.String getText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||