|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.elegantj.graphx.GraphTitleDetail
Detail for Graph Title like Title text, Color, Font etc. Title Visible/Hide Title String Title Maximum number of lines Title Font Title Font Color Title Background is Visible/Hide Title Background Color Title Border is Visible/Hide Title Border Style/Color Title String Wrap(first word then character) Title Alignment (LEFT/CENTER/RIGHT) & Position (TOP/BOTTOM)
| Constructor Summary | |
GraphTitleDetail()
Constructor |
|
| Method Summary | |
java.lang.String |
getGraphTitle()
this method retrieves the Title Of Graph |
int |
getGraphTitleAlign()
Title Of Graph can be aligned using this method |
java.awt.Color |
getGraphTitleBackground()
Background Color of the Title Of Graph can be retrieved with this method |
boolean |
getGraphTitleBackgroundVisible()
Background of the Title of the Graph can be madeVisible with this method |
java.awt.Color |
getGraphTitleBorderColor()
Graph Border Color can be retrieved with this method |
int |
getGraphTitleBorderStyle()
This method can be used to get Title Border style |
int |
getGraphTitleBorderWidth()
get Graph Border width with this method |
java.awt.Font |
getGraphTitleFont()
the font for the Title Of Graph can be retrieved with this method |
java.awt.Color |
getGraphTitleForeground()
Get Title Of Graph Color using this method |
int |
getGraphTitleMaxLine()
The Maximum number of lines that you want to display the Graph Title in can be retrieved with this method |
java.awt.Color |
getGraphTitleShadowColor()
get Graph Shadow Color with this method |
int |
getGraphTitleShadowStyle()
Title Shadow style can be retrieved with this method |
int |
getGraphTitleShadowWidth()
get Graph Title Shadow width with this method |
boolean |
getGraphTitleVisible()
Title Of Graph can be retrieved to be Visible with this method |
void |
readExternal(java.io.ObjectInput in)
This method retrieves the state of the bean |
void |
setGraphTitle(java.lang.String label)
Set Title Of Graph |
void |
setGraphTitleAlign(int align)
Set Title Of Graph Align |
void |
setGraphTitleBackground(java.awt.Color labelcolor)
Set Title Of Graph Background Color |
void |
setGraphTitleBackgroundVisible(boolean visible)
Set Title Of Graph Background Visible |
void |
setGraphTitleBorderColor(java.awt.Color inColor)
set Graph Border Color |
void |
setGraphTitleBorderStyle(int style)
set Title Border style |
void |
setGraphTitleBorderWidth(int width)
set Graph Border Width |
void |
setGraphTitleFont(java.awt.Font labelfont)
Set Title Of Graph Font |
void |
setGraphTitleForeground(java.awt.Color labelcolor)
Set Title Of Graph Color |
void |
setGraphTitleMaxLine(int max)
set Graph Title Maximum number of lines |
void |
setGraphTitleShadowColor(java.awt.Color inColor)
set Graph Title Shadow Color |
void |
setGraphTitleShadowStyle(int style)
set Title Shadow style |
void |
setGraphTitleShadowWidth(int width)
set Graph Title Shadow Width |
void |
setGraphTitleVisible(boolean visible)
Set Title Of Graph Visible |
void |
writeExternal(java.io.ObjectOutput out)
This method saves the state of the bean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GraphTitleDetail()
| Method Detail |
public void setGraphTitleVisible(boolean visible)
visible - if true then Title is visible otherwize notpublic boolean getGraphTitleVisible()
public void setGraphTitle(java.lang.String label)
label - String representing Title namepublic java.lang.String getGraphTitle()
public void setGraphTitleMaxLine(int max)
max - Maximum number of Graph Title linespublic int getGraphTitleMaxLine()
public void setGraphTitleFont(java.awt.Font labelfont)
labelfont - font style for Title namepublic java.awt.Font getGraphTitleFont()
public void setGraphTitleForeground(java.awt.Color labelcolor)
labelcolor - Foregound Color for Titlepublic java.awt.Color getGraphTitleForeground()
public void setGraphTitleBackgroundVisible(boolean visible)
visible - if true then Title Backgound is drawn otherwise notpublic boolean getGraphTitleBackgroundVisible()
public void setGraphTitleBackground(java.awt.Color labelcolor)
labelcolor - Background Color for Titlepublic java.awt.Color getGraphTitleBackground()
public void setGraphTitleBorderStyle(int style)
style - Title Border stylepublic int getGraphTitleBorderStyle()
public void setGraphTitleBorderWidth(int width)
width - Title Border widthpublic int getGraphTitleBorderWidth()
public void setGraphTitleBorderColor(java.awt.Color inColor)
inColor - Title Border colorpublic java.awt.Color getGraphTitleBorderColor()
public void setGraphTitleShadowStyle(int style)
style - Title Shadow stylepublic int getGraphTitleShadowStyle()
public void setGraphTitleShadowWidth(int width)
width - Title Shadow widthpublic int getGraphTitleShadowWidth()
public void setGraphTitleShadowColor(java.awt.Color inColor)
inColor - Title Shadow colorpublic java.awt.Color getGraphTitleShadowColor()
public void setGraphTitleAlign(int align)
align - Alignment of Titlepublic int getGraphTitleAlign()
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
readExternal in interface java.io.Externalizablejava.lang.ClassNotFoundException
java.io.IOException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||