|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.lbl.genome.common.AbstractGraphModel
public abstract class AbstractGraphModel
Title: AbstractGraphModel
Description:
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
Field Summary | |
---|---|
protected long |
ID
|
protected java.lang.String |
longname
|
protected double |
maxX
|
protected double |
maxY
|
protected double |
minX
|
protected double |
minY
|
protected java.lang.String |
name
|
protected int |
POS
|
protected int |
xUnits
|
protected java.lang.String |
yLabel
|
protected int |
yLabelOrientation
|
protected int |
yUnits
|
Constructor Summary | |
---|---|
AbstractGraphModel()
|
Method Summary | |
---|---|
long |
getID()
get ID |
java.lang.String |
getLongName()
get Long Name |
double |
getMaxX()
get Max X |
double |
getMaxY()
get Max Y |
double |
getMinX()
get Min X |
double |
getMinY()
get Min Y |
java.lang.String |
getName()
get Name |
int |
getPosition()
get Position |
int |
getXUnits()
get X Units |
java.lang.String |
getYLabel()
get Y Label |
int |
getYLabelOrientation()
get Y Label Orientation |
int |
getYUnits()
get Y Units |
void |
setLongName(java.lang.String name)
set Long Name |
void |
setMaxY(double y)
set Max Y |
void |
setMinY(double y)
set Min Y |
void |
setName(java.lang.String name)
set Name |
void |
setPosition(int pos)
set Position of the model among other models |
void |
setYLabel(java.lang.String label)
set Y Label Text |
void |
setYLabelOrientation(int or)
set Y Label Orientation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface gov.lbl.genome.common.GraphModel |
---|
getCurveModels, getXType, getYType |
Field Detail |
---|
protected java.lang.String name
protected java.lang.String longname
protected double maxY
protected double minY
protected double maxX
protected double minX
protected java.lang.String yLabel
protected int yLabelOrientation
protected int xUnits
protected int yUnits
protected long ID
protected int POS
Constructor Detail |
---|
public AbstractGraphModel()
Method Detail |
---|
public long getID()
public int getPosition()
public void setPosition(int pos)
pos
- intpublic double getMaxY()
public double getMinY()
public double getMaxX()
public double getMinX()
public void setMinY(double y)
y
- doublepublic void setMaxY(double y)
y
- doublepublic int getXUnits()
getXUnits
in interface GraphModel
public int getYUnits()
getYUnits
in interface GraphModel
public void setName(java.lang.String name)
name
- Stringpublic void setLongName(java.lang.String name)
name
- Stringpublic java.lang.String getName()
public java.lang.String getLongName()
public void setYLabel(java.lang.String label)
label
- Stringpublic void setYLabelOrientation(int or)
or
- intpublic java.lang.String getYLabel()
public int getYLabelOrientation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |