Public Member Functions | |
GeneralGraphComp (GeneralGraphView view) | |
GeneralGraphComp (GeneralGraphView view, PageFormat pf) | |
void | paintComponent (Graphics g) |
String | toString () |
Graphics2D | createImage () |
int | printInfo (Graphics g, int marginL, int marginT) |
synchronized void | drawContent (Graphics g, PageFormat pf) |
synchronized void | drawContent (Graphics g, PageFormat pf, int marginTop) |
void | removeImage () |
boolean | dispatchEvent (MouseEvent e) |
void | setCompSize (int left, int top, int width, int height) |
Protected Attributes | |
GeneralGraphView | view = null |
boolean | isLoading = false |
int | marginLeft = 0 |
int | marginRight = UIConstants.Y_AXIS_OFFSET_WIDTH |
int | marginTop = 0 |
int | width = 0 |
Static Protected Attributes | |
final int | DEFAULT_GRAPH_WIDTH |
final int | DEFAULT_GRAPH_HEIGHT = UIConstants.GRAPH_HEIGHT |
Description: This is the view of the MER graph.
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
|
|
printable GeneralGraphComp
|
|
create Image
Reimplemented from gov::lbl::genome::gui::panel::VistaPanel. |
|
dispatchEvent
Reimplemented from gov::lbl::genome::gui::panel::VGBPanel. |
|
draw Content
|
|
draw Content
|
|
paint Component
Reimplemented from gov::lbl::genome::gui::panel::VistaPanel. |
|
print summary info for all vista curves
|
|
remove Image Reimplemented from gov::lbl::genome::gui::panel::VistaPanel. |
|
set GeneralGraphComp Size
|
|
return component model name
|
|
Initial value: UIConstants. DEFAULT_GRAPH_WIDTH |