|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.usp.iterador.plugin.zoom.RectangleData
public class RectangleData
Zoom data.
| Constructor Summary | |
|---|---|
RectangleData()
|
|
| Method Summary | |
|---|---|
void |
addPoint(double x,
double y)
Adds a point to the zoom. |
double[][] |
getCoordinates()
Gets the coordinates |
int |
getNumberOfPoints()
|
int[] |
getOrigin()
|
boolean |
isDone()
Does it contain 2 points? |
void |
reset()
|
void |
setOrigin(int pointX,
int pointY)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RectangleData()
| Method Detail |
|---|
public void reset()
public void addPoint(double x,
double y)
public boolean isDone()
public double[][] getCoordinates()
public void setOrigin(int pointX,
int pointY)
public int getNumberOfPoints()
public int[] getOrigin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||