
BBjCommonChart
Creation Path
|
+--BBjSysGui
|
+--BBjWindow
|
+--BBjCommonChart
Description
In BBj 7.0 and higher, BBjCommonChart is an abstract class that acts as the base class for BBjBarChart, BBjLineChart, and BBjPieChart.
Implemented Interfaces
DropTarget, Focusable, TabTraversable
Creation
A BBjCommonChart is an abstract class and can not be instantiated.
Methods of BBjCommonChart
Return Value |
Method |
void |
Methods of BBjCommonChart 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 BBjBarChart implemented for DropTarget
Return Value |
Method |
int |
|
void |
setDropActions(int actions) |
void |
setDropTypes(BBjVector types) |
Methods of BBjCommonChart implemented for Focusable
Return Value |
Method |
boolean |
|
void |
setFocusable(boolean p_focus) |
Methods of BBjCommonChart implemented for TabTraversable
Return Value |
Method |
boolean |
|
void |
setTabTraversable(boolean trav) |
Methods of BBjCommonChart 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.