|
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.bubble.GraphBubbleDetail
Detail for Graph Title like Title text, Color, Font etc. Gap between two group of Bubbles Bubble Width can be specified Bubble Border is Visible/Hide Bubble Border Style/Color Bubble Gradient is Visible/Hide Bubble Gradient Style/Color Bubble Tooltip text
| Field Summary | |
int |
m_BubblePosition
Specifies the position of Bubble |
| Constructor Summary | |
GraphBubbleDetail()
Constructor |
|
| Method Summary | |
java.awt.Color |
getBorderColor()
|
boolean |
getBorderVisible()
get Bubble Border Visible/hide |
int |
getBorderWidth()
Get Bubble border width |
java.util.Vector |
getBubbleColors()
Get Bubble Properties |
boolean |
getCenterVisible()
get Bubble Center Visible/hide |
int |
getGradientAngle()
get Bubble Gradient Painter angle |
int |
getGradientExtent()
get Default Extent For drawing Gradient |
int |
getGradientMode()
get Bubble Gradient Painter mode |
boolean |
getGradientVisible()
get Bubble Gradient Visible/hide |
int |
getMaxSize()
Get Bubble Size |
int |
getMinSize()
Get Bubble Size |
int |
getPosition()
get Bubble position |
java.lang.String |
getTooltipText()
get Bubble Tooltip Text |
int |
getTransperancyInPercent()
get transperancy value of color |
boolean |
IsBorderVisible()
get Bubble Border Visible/hide |
boolean |
IsCenterVisible()
get Bubble Center Visible/hide |
void |
readExternal(java.io.ObjectInput in)
This method retrieves the state of the bean |
void |
setBorderColor(java.awt.Color invalue)
set Bubble Border Color |
void |
setBorderVisible(boolean visible)
set Bubble Border Visible/Hide |
void |
setBorderWidth(int width)
Set Bubble border Width |
void |
setBubbleColors(java.util.Vector invalue)
Set Bubble Properties |
void |
setCenterVisible(boolean visible)
set Bubble Center Visible/Hide |
void |
setGradientAngle(int angle)
set Bubble Gradient Painter angle |
void |
setGradientExtent(int inExtent)
set Default Extent for drawing Gradient |
void |
setGradientMode(int mode)
set Bubble Gradient Painter mode |
void |
setGradientVisible(boolean visible)
set Bubble Gradient Visible/Hide |
void |
setMaxSize(int size)
Set Bubble max size |
void |
setMinSize(int size)
Set Bubble min size |
void |
setPosition(int position)
Set Bubble Position |
void |
setTooltipText(java.lang.String tooltip)
set Bubble Tooltip text |
void |
setTransperancyInPercent(int transperancyInPercent)
set Transperancy in Bubble 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 |
| Field Detail |
public int m_BubblePosition
| Constructor Detail |
public GraphBubbleDetail()
| Method Detail |
public void setBorderWidth(int width)
width - public int getBorderWidth()
public void setMaxSize(int size)
size - public int getMaxSize()
public void setMinSize(int size)
size - public int getMinSize()
public void setBorderColor(java.awt.Color invalue)
invalue - border colorpublic java.awt.Color getBorderColor()
public java.util.Vector getBubbleColors()
public void setBubbleColors(java.util.Vector invalue)
invalue - Vector of Bubble propertiespublic void setPosition(int position)
position - public int getPosition()
public void setTransperancyInPercent(int transperancyInPercent)
transperancyInPercent - Percentage of trancparency in colorpublic int getTransperancyInPercent()
public void setBorderVisible(boolean visible)
visible - if true then Bubble border is visible otherwize notpublic boolean IsBorderVisible()
public boolean getBorderVisible()
public void setCenterVisible(boolean visible)
visible - if true then Bubble Center is visible otherwize notpublic boolean IsCenterVisible()
public boolean getCenterVisible()
public void setGradientVisible(boolean visible)
visible - if true then Bubble Gradient is visible otherwize notpublic boolean getGradientVisible()
public void setGradientExtent(int inExtent)
inExtent - Gradient Default Extentpublic int getGradientExtent()
public void setGradientMode(int mode)
mode - Bubble Gradient Painter modepublic int getGradientMode()
public void setGradientAngle(int angle)
angle - Bubble Gradient Painter anglepublic int getGradientAngle()
public void setTooltipText(java.lang.String tooltip)
tooltip - String representing Bubble 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 | |||||||||