|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectee.ut.mrz.volumest.Grid
public class Grid
Model for one grid.
| Method Summary | |
|---|---|
void |
activateGridPoint(Point point,
boolean activate)
Activates or deactivates gridpoint witch is within selection margins. |
void |
activateIntersectionPoint(Point point,
boolean activate)
Creates new intersectionpoint. |
void |
beginTransaction()
Reserved for future use. |
void |
endTransaction()
Reserverd for future use. |
int |
getActivePointsCount()
Count activated points in grid. |
ArrayList<GridPoint> |
getGridPoints()
Returns ArrayList with currently active points set. |
int |
getIntersectionPointsCount()
Count intersectionpoints. |
int |
getPixelsPerGridWitdh()
Returns pixels per gridwidth. |
int |
getRedoStepsCount()
Counts possible redo steps. |
Reper |
getReper()
Returns reper. |
int |
getUndoStepsCount()
Counts undosteps. |
void |
redoStep()
Step forward in undo chain. |
void |
undoStep()
Step back in undo chain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ArrayList<GridPoint> getGridPoints()
public void activateGridPoint(Point point,
boolean activate)
point - Point in affine reper (one on display).activate - Activate or deactivate.public int getActivePointsCount()
public int getIntersectionPointsCount()
public Reper getReper()
public void beginTransaction()
public void endTransaction()
public void undoStep()
public void redoStep()
public int getUndoStepsCount()
public int getRedoStepsCount()
public void activateIntersectionPoint(Point point,
boolean activate)
point - Intersectionpoint in affine reper (one in display).activate - Wether activate or deactivate point.public int getPixelsPerGridWitdh()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||