|
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.doughnut.GraphDonutDetail
Detail for Graph Title like Title text, Color, Font etc. Gap between two group of Donuts Donut Width can be specified Donut Border is Visible/Hide Donut Gradient is Visible/Hide Donut Gradient Style/Color Donut Tooltip text Donut width Donut height Donut depth Donut First slice start angle
| Constructor Summary | |
GraphDonutDetail()
Constructor |
|
| Method Summary | |
java.awt.Color |
getBorderColor()
|
int |
getBorderWidth()
Get Donut border width |
int |
getDepth()
Get Donut Depth |
java.util.Vector |
getDonutColors()
Get Donut Properties |
int |
getDonutWidth()
Get Donut width |
int |
getGapInPercent()
Get Donut Gap |
int |
getGradientAngle()
get Donut Gradient Painter angle |
int |
getGradientExtent()
get Default Extent For drawing Gradient |
int |
getGradientMode()
get Donut Gradient Painter mode |
boolean |
getGradientVisible()
get Donut Gradient Visible/hide |
int |
getHeightInPercent()
Get Donut height in percente of width |
int |
getHoleSizeInPercent()
Get Donut Hole size |
int |
getStartAngle()
Get Doughnut First slice Start Angle |
java.lang.String |
getTooltipText()
get Donut Tooltip Text |
int |
getTransperancyInPercent()
get transperancy value of color |
boolean |
isBorderVisible()
get Donut Border Visible/hide |
void |
readExternal(java.io.ObjectInput in)
This method retrieves the state of the bean |
void |
setBorderColor(java.awt.Color invalue)
set Donut Border Color |
void |
setBorderVisible(boolean visible)
set Donut Border Visible/Hide |
void |
setBorderWidth(int width)
Set Donut border Width |
void |
setDepth(int depth)
Set Donut Depth |
void |
setDonutColors(java.util.Vector invalue)
Set Donut Properties |
void |
setDonutWidth(int width)
Set Donut width (major axis width) |
void |
setGapInPercent(int gap)
Set Gap between each Donut |
void |
setGradientAngle(int angle)
set Donut Gradient Painter angle |
void |
setGradientExtent(int inExtent)
set Default Extent for drawing Gradient |
void |
setGradientMode(int mode)
set Donut Gradient Painter mode |
void |
setGradientVisible(boolean visible)
set Donut Gradient Visible/Hide |
void |
setHeightInPercent(int height)
Set Donut height in percente of width |
void |
setHoleSizeInPercent(int size)
Set Donut Hole size in percent |
void |
setStartAngle(int angle)
Set Doughnut First slice Start Angle |
void |
setTooltipText(java.lang.String tooltip)
set Donut Tooltip text |
void |
setTransperancyInPercent(int transperancyInPercent)
set Transperancy in Donut color |
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 GraphDonutDetail()
| Method Detail |
public void setBorderWidth(int width)
width - public int getBorderWidth()
public void setBorderColor(java.awt.Color invalue)
invalue - border colorpublic java.awt.Color getBorderColor()
public java.util.Vector getDonutColors()
public void setDonutColors(java.util.Vector invalue)
invalue - Vector of Donut propertiespublic void setTransperancyInPercent(int transperancyInPercent)
transperancyInPercent - Percentage of trancparency in colorpublic int getTransperancyInPercent()
public void setBorderVisible(boolean visible)
visible - if true then Donut border is visible otherwize notpublic boolean isBorderVisible()
public void setHoleSizeInPercent(int size)
size - public int getHoleSizeInPercent()
public void setStartAngle(int angle)
public int getStartAngle()
public void setDonutWidth(int width)
width - Donut widthpublic int getDonutWidth()
public void setHeightInPercent(int height)
height - Donut heightpublic int getHeightInPercent()
public void setDepth(int depth)
depth - Donut Depthpublic int getDepth()
public void setGapInPercent(int gap)
gap - public int getGapInPercent()
public void setGradientVisible(boolean visible)
visible - if true then Donut Gradient is visible otherwize notpublic boolean getGradientVisible()
public void setGradientExtent(int inExtent)
inExtent - Gradient Default Extentpublic int getGradientExtent()
public void setGradientMode(int mode)
mode - Donut Gradient Painter modepublic int getGradientMode()
public void setGradientAngle(int angle)
angle - Donut Gradient Painter anglepublic int getGradientAngle()
public void setTooltipText(java.lang.String tooltip)
tooltip - String representing Donut 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 | |||||||||