|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--physicon.graphLib.DrawerBase
|
+--physicon.graphLib.CurveDrawerBase
|
+--physicon.graphLib.ThinCurveDrawer
Abstract curve drawer. Contains the array of points and methods to access it.
| Constructor Summary | |
ThinCurveDrawer(java.awt.Color _c)
The constructor |
|
ThinCurveDrawer(java.awt.Color _c,
int t)
|
|
| Method Summary | |
void |
drawLocal(java.awt.Graphics g)
Drawes the curve as the number of lines of correct color connecting points in the array |
| Methods inherited from class physicon.graphLib.CurveDrawerBase |
addBreakPoint,
addPoint,
breakPointAt,
breakPointsNumber,
contains,
getColor,
getLocalRoughRect,
getPoints,
pointAt,
pointsNumber,
reset,
setColor,
setThick |
| Methods inherited from class physicon.graphLib.DrawerBase |
getGlobalLevel,
getGlobalRefPoint,
setGlobalLevel,
setGlobalRefPoint |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ThinCurveDrawer(java.awt.Color _c)
_c - - The color of curve
public ThinCurveDrawer(java.awt.Color _c,
int t)
| Method Detail |
public void drawLocal(java.awt.Graphics g)
g - - given Graphics object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||