Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

gov::lbl::genome::common::AbstractGraphModel Class Reference

Inheritance diagram for gov::lbl::genome::common::AbstractGraphModel:

Inheritance graph
[legend]
Collaboration diagram for gov::lbl::genome::common::AbstractGraphModel:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Title: AbstractGraphModel

Description:

Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory

Company: LBNL

Author:
Lila Tretikov
Version:
1.0


Member Function Documentation

long gov::lbl::genome::common::AbstractGraphModel::getID  )  [inline]
 

get ID

Returns:
long

String gov::lbl::genome::common::AbstractGraphModel::getLongName  )  [inline]
 

get Long Name

Returns:
String

Reimplemented in gov::lbl::genome::common::GeneralGraphModel.

double gov::lbl::genome::common::AbstractGraphModel::getMaxX  )  [inline]
 

get Max X

Returns:
double

double gov::lbl::genome::common::AbstractGraphModel::getMaxY  )  [inline]
 

get Max Y

Returns:
double

double gov::lbl::genome::common::AbstractGraphModel::getMinX  )  [inline]
 

get Min X

Returns:
double

double gov::lbl::genome::common::AbstractGraphModel::getMinY  )  [inline]
 

get Min Y

Returns:
double

String gov::lbl::genome::common::AbstractGraphModel::getName  )  [inline]
 

get Name

Returns:
String

Reimplemented in gov::lbl::genome::common::GeneralGraphModel.

int gov::lbl::genome::common::AbstractGraphModel::getPosition  )  [inline]
 

get Position

Returns:
int

int gov::lbl::genome::common::AbstractGraphModel::getXUnits  )  [inline]
 

get X Units

Returns:
int

Implements gov::lbl::genome::common::GraphModel.

String gov::lbl::genome::common::AbstractGraphModel::getYLabel  )  [inline]
 

get Y Label

Returns:
String

int gov::lbl::genome::common::AbstractGraphModel::getYLabelOrientation  )  [inline]
 

get Y Label Orientation

Returns:
int

int gov::lbl::genome::common::AbstractGraphModel::getYUnits  )  [inline]
 

get Y Units

Returns:
int

Implements gov::lbl::genome::common::GraphModel.

void gov::lbl::genome::common::AbstractGraphModel::setLongName String  name  )  [inline]
 

set Long Name

Parameters:
name String

Reimplemented in gov::lbl::genome::common::GeneralGraphModel.

void gov::lbl::genome::common::AbstractGraphModel::setMaxY double  y  )  [inline]
 

set Max Y

Parameters:
y double

void gov::lbl::genome::common::AbstractGraphModel::setMinY double  y  )  [inline]
 

set Min Y

Parameters:
y double

void gov::lbl::genome::common::AbstractGraphModel::setName String  name  )  [inline]
 

set Name

Parameters:
name String

Reimplemented in gov::lbl::genome::common::GeneralGraphModel.

void gov::lbl::genome::common::AbstractGraphModel::setPosition int  pos  )  [inline]
 

set Position of the model among other models

Parameters:
pos int

void gov::lbl::genome::common::AbstractGraphModel::setYLabel String  label  )  [inline]
 

set Y Label Text

Parameters:
label String

void gov::lbl::genome::common::AbstractGraphModel::setYLabelOrientation int  or  )  [inline]
 

set Y Label Orientation

Parameters:
or int


The documentation for this class was generated from the following file:
Generated on Wed Jan 19 16:58:11 2005 by  doxygen 1.3.9.1