|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--physicon.graphLib.GraphElementBase | +--physicon.graphLib.GraphScaleBase | +--physicon.graphLib.LinearGrid
Represents linear grid perpendicular to the given scale
Constructor Summary | |
LinearGrid(LinearGridDrawer _drawer,
GraphScaleBase _scale,
double _minParam,
double _maxParam)
Constructor. |
Method Summary | |
void |
updateDrawer()
Updates the drawer object. |
Methods inherited from class physicon.graphLib.GraphScaleBase |
getMaxParam,
getMinParam,
setMaxParam,
setMinParam |
Methods inherited from class physicon.graphLib.GraphElementBase |
addDependent,
contains,
contains,
getContainer,
getContext,
getDepend,
getDrawer,
getGEObject,
getGraphElement,
getRedrawFlag,
getRefPoint,
getRoughRect,
getZLevel,
isCreated,
isVisible,
setDrawer,
setRedrawFlag,
setRefPoint,
setVisible,
setZLevel,
update |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public LinearGrid(LinearGridDrawer _drawer, GraphScaleBase _scale, double _minParam, double _maxParam)
_drawer
- - drawer object for this grid_scale
- - the scale this scale based on.
This scale must be inserted to the container
for the moment of inserting this grid to the
container. The scale is used to fill the drawer's
dashes array_minParam
- - minimum parameter for the grid_maxParam
- - maximum parameter for the grid
The grid is drawed along the whole scale from
the minimum up to the maximum parameter in the
direction perpendicular to the scaleLinearScale
,
LinearGridDrawer
Method Detail |
public void updateDrawer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |