|
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.bar.GraphBarDetail
Details for Graph Title like Title text, Color, Font, Gap between two groups of Bars, Bar Width can be specified with this class. Bar Border is Visible/Hidden, Bar Border Style/Color, Bar Gradient is Visible/Hidden, Bar Gradient Style/Color, Bar Tooltip text etc can be specified.
| Constructor Summary | |
GraphBarDetail()
Constructor |
|
| Method Summary | |
com.elegantj.editors.AWTBorder |
getBarBorder()
Using this method you can get Bar Border Object |
boolean |
getBarBorderVisible()
You can adjust the Bar Border to be Visible/hidden |
java.util.Vector |
getBarColors()
The colors of the bar can be retrieved using this method |
int |
getBarGapInPercent()
Get Gap between two Bar Group in Percentage using this method |
int |
getBarTransperancyInPercent()
This method can be used to retrieve the transparency value of color of the bar |
int |
getBarWidth()
Bar width can be adjusted using this method |
int |
getGradientAngle()
Bar Gradient Painter angle can be adjusted with this method |
int |
getGradientExtent()
Default Extent For drawing Gradient can be obtained with this method |
int |
getGradientMode()
Using this method Bar Gradient Painter mode can be adjusted |
boolean |
getGradientVisible()
Using this method Bar Gradient can be adjusted to be Visible/hidden |
java.lang.String |
getTooltipText()
Tooltip Text for the bar can be retrieved with this method. |
void |
readExternal(java.io.ObjectInput in)
This method retrieves the state of the bean |
void |
setBarBorder(com.elegantj.editors.AWTBorder newBorder)
set Bar Border Object |
void |
setBarBorderVisible(boolean visible)
set Bar Border Visible/Hide |
void |
setBarColors(java.util.Vector invalue)
Set Bar Properties |
void |
setBarGapInPercent(int gapInPercent)
Set Gap between two Bar group in Percentage |
void |
setBarTransperancyInPercent(int transperancyInPercent)
set Transperancy in Bar color |
void |
setBarWidth(int width)
Set Bar Width |
void |
setGradientAngle(int angle)
set Bar Gradient Painter angle |
void |
setGradientExtent(int inExtent)
set Default Extent for drawing Gradient |
void |
setGradientMode(int mode)
set Bar Gradient Painter mode |
void |
setGradientVisible(boolean visible)
set Bar Gradient Visible/Hide |
void |
setTooltipText(java.lang.String tooltip)
set Bar Tooltip text |
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 GraphBarDetail()
| Method Detail |
public void setBarGapInPercent(int gapInPercent)
gapInPercent - Percentage of gap between two Bar Grouppublic int getBarGapInPercent()
public void setBarWidth(int width)
width - Bar widthpublic int getBarWidth()
public void setBarColors(java.util.Vector invalue)
invalue - Vector of Bar propertiespublic java.util.Vector getBarColors()
public void setBarTransperancyInPercent(int transperancyInPercent)
transperancyInPercent - Percentage of trancparency in colorpublic int getBarTransperancyInPercent()
public void setBarBorderVisible(boolean visible)
visible - if true then Bar border is visible otherwize notpublic boolean getBarBorderVisible()
public void setBarBorder(com.elegantj.editors.AWTBorder newBorder)
newBorder - border Object specifying border propertiespublic com.elegantj.editors.AWTBorder getBarBorder()
public void setGradientVisible(boolean visible)
visible - if true then Bar Gradient is visible otherwize notpublic boolean getGradientVisible()
public void setGradientExtent(int inExtent)
inExtent - Gradient Default Extentpublic int getGradientExtent()
public void setGradientMode(int mode)
mode - Bar Gradient Painter modepublic int getGradientMode()
public void setGradientAngle(int angle)
angle - Bar Gradient Painter anglepublic int getGradientAngle()
public void setTooltipText(java.lang.String tooltip)
tooltip - String representing Bar tooltip textpublic java.lang.String getTooltipText()
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 | |||||||||