|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--physicon.graphLib.DrawerBase | +--physicon.graphLib.ChartDrawerBase
Field Summary | |
double |
curValue
|
int |
height
|
double |
maxValue
|
int |
width
|
int |
x
|
int |
y
|
Constructor Summary | |
ChartDrawerBase(java.awt.Color _c)
|
Method Summary | |
java.awt.Color |
getColor()
|
void |
reset()
|
void |
setColor(java.awt.Color _c)
|
Methods inherited from class physicon.graphLib.DrawerBase |
contains,
drawLocal,
getGlobalLevel,
getGlobalRefPoint,
getLocalRoughRect,
setGlobalLevel,
setGlobalRefPoint |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int x
public int y
public int height
public int width
public double curValue
public double maxValue
Constructor Detail |
public ChartDrawerBase(java.awt.Color _c)
Method Detail |
public void reset()
public void setColor(java.awt.Color _c)
public final java.awt.Color getColor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |