|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to modify the properties associated with a 2D Bubble chart. A handle to an object that implements this interface can be obtained by calling the gethBubbleProperties method defined in QbChart. eg. QbChart chart = new QbChart(...); IBubblePropertySet = chart.gethBubbleProperties();
| Field Summary | |
static int |
DRAW_FRAME
A draw mode |
static int |
FILL_BUBBLE
A draw mode |
| Method Summary | |
int |
get3DLightIntensity()
This method returns the intensity of the light used in the simulated 3D mode. |
double |
getAxisUnitToRadiusRatio()
This method returns the ratio of the unit length of x-axis (in pixel/unit) to bubble radius value. |
int |
getDrawMode()
This method gets the draw mode of bubble chart. |
boolean |
is3DShading()
This method returns the state of drawing the bubbles in the simulated 3D shading mode. |
boolean |
isAreaProportionalToValue()
This method returns the state of using the ratio of area to represent the ratio in the Z-values of the bubbles. |
boolean |
isBlackBorderVisible()
This method returns the state of bubble border. |
void |
set3DShading(boolean state)
This method sets the rendition of the bubbles to have 3D shading with the default value of light intensity, 66. |
void |
set3DShading(boolean state,
int lightIntensity)
This method sets the rendition of the bubbles to simulate 3D bubbles. |
void |
setAreaProportionalToValue(boolean state)
This method sets drawing the bubbles in respect to their area size. |
void |
setAxisUnitToRadiusRatio(double ratio)
This method sets the ratio of the unit length of x-axis (in pixel/unit) to bubble radius value. |
void |
setBlackBorderVisible(boolean visible)
This method sets the state of bubble border. |
void |
setDrawMode(int mode)
This method sets the draw mode of bubble chart. |
| Field Detail |
public static final int DRAW_FRAME
public static final int FILL_BUBBLE
| Method Detail |
public int getDrawMode()
setDrawMode(int)public void setDrawMode(int mode)
mode - The new draw modegetDrawMode()public void setBlackBorderVisible(boolean visible)
The - new stateisBlackBorderVisible(),
setDrawMode(int)public boolean isBlackBorderVisible()
setBlackBorderVisible(boolean)public double getAxisUnitToRadiusRatio()
setAxisUnitToRadiusRatio(double)public void setAxisUnitToRadiusRatio(double ratio)
ratio - The new ratiogetAxisUnitToRadiusRatio()public void setAreaProportionalToValue(boolean state)
state - The new statepublic boolean isAreaProportionalToValue()
public void set3DShading(boolean state)
state - The new state of the rendition, default is false.
public void set3DShading(boolean state,
int lightIntensity)
state - The new state of the rendition, default is false.lightIntensity - value should be between 1 to 100, inclusive.public boolean is3DShading()
public int get3DLightIntensity()
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||