
BBjGenericChart
Creation Path
|
+--BBjSysGui
|
+--BBjWindow
|
+--BBjGenericChart
Description
In BBj 7.0 and higher, the BBjGenericChart control displays a JFree chart that has been created by the user.
Implemented Interfaces
DropTarget, Focusable, TabTraversable
Creation
A BBjGenericChart object is created through the following BBjWindow methods:
Return Value |
Method |
BBjGenericChart |
addGenericChart(int ID, int x, int y, int width, int height) |
BBjGenericChart |
addGenericChart(int ID, int x, int y, int width, int height, string flags) |
Methods of BBjGenericChart
Return Value |
Method |
void |
setClientChart(JFreeChart@ chart) |
Methods of BBjGenericChart implemented for DropTarget
Return Value |
Method |
int |
|
void |
setDropActions(int actions) |
void |
setDropTypes(BBjVector types) |
Methods of BBjGenericChart implemented for Focusable
Return Value |
Method |
boolean |
|
void |
setFocusable(boolean p_focus) |
Methods of BBjGenericChart implemented for TabTraversable
Return Value |
Method |
boolean |
|
void |
setTabTraversable(boolean trav) |
Methods of BBjGenericChart inherited from BBjChart
Return Value |
Method |
void |
writePNGToServer(string filename) |
void |
writePNGToServer(string filename, boolean writeAlpha, int compression) |
void |
writePNGToServer(string filename, int width, int height, boolean writeAlpha, int compression) |
Methods of BBjGenericChart inherited from BBjControl
Events
Callback Code |
Object-oriented Event |
Read Record Event |
Code |
ON_DROP_TARGET_DROP |
D |
||
ON_GAINED_FOCUS |
f |
||
ON_LOST_FOCUS |
f |
||
ON_MOUSE_ENTER |
E |
||
ON_MOUSE_EXIT |
E |
||
ON_POPUP_REQUEST |
r |
||
ON_RIGHT_MOUSE_DOWN |
R |
Remarks
None.
Constants inherited from BBjControl
Example
See Also
CALLBACK Verb - Register BBj Subroutine
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.