Public Member Functions | |
long | getID () |
int | getPosition () |
void | setPosition (int pos) |
double | getMaxY () |
double | getMinY () |
double | getMaxX () |
double | getMinX () |
void | setMinY (double y) |
void | setMaxY (double y) |
int | getXUnits () |
int | getYUnits () |
void | setName (String name) |
void | setLongName (String name) |
String | getName () |
String | getLongName () |
void | setYLabel (String label) |
void | setYLabelOrientation (int or) |
String | getYLabel () |
int | getYLabelOrientation () |
Protected Attributes | |
String | name = null |
String | longname = null |
double | maxY = UIConstants.DEFAULT_MAX_Y |
double | minY = UIConstants.DEFAULT_MIN_Y |
double | maxX = UIConstants.DEFAULT_MAX_X |
double | minX = UIConstants.DEFAULT_MIN_X |
String | yLabel = null |
int | yLabelOrientation = VistaLabel.HORIZONTAL |
int | xUnits = CommonConstants.NONE |
int | yUnits = CommonConstants.NONE |
long | ID |
int | POS |
Description:
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
get ID
|
|
get Long Name
Reimplemented in gov::lbl::genome::common::GeneralGraphModel. |
|
get Max X
|
|
get Max Y
|
|
get Min X
|
|
get Min Y
|
|
get Name
Reimplemented in gov::lbl::genome::common::GeneralGraphModel. |
|
get Position
|
|
get X Units
Implements gov::lbl::genome::common::GraphModel. |
|
get Y Label
|
|
get Y Label Orientation
|
|
get Y Units
Implements gov::lbl::genome::common::GraphModel. |
|
set Long Name
Reimplemented in gov::lbl::genome::common::GeneralGraphModel. |
|
set Max Y
|
|
set Min Y
|
|
set Name
Reimplemented in gov::lbl::genome::common::GeneralGraphModel. |
|
set Position of the model among other models
|
|
set Y Label Text
|
|
set Y Label Orientation
|