|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquadbase.util.Position
public class Position
This class contains methods to define and manipulate a 2D point on the chart. The coordinates are floating point numbers and can represent a relative position in the main chart window.
Point_3D| Constructor Summary | |
|---|---|
Position()
Empty Constructor |
|
Position(float x1,
float y1)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Position p)
Checks if the two points are the same or not. |
float |
getX()
Returns the x coordinate. |
float |
getY()
Returns the y coordinate. |
int |
hashCode()
Returns the hashcode for the Position. |
void |
set(float x1,
float y1)
Set the x and y values. |
void |
setX(float f)
Set value of x. |
void |
setY(float f)
Set value of y. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Position()
public Position(float x1,
float y1)
| Method Detail |
|---|
public final float getX()
public final float getY()
public final void setX(float f)
f - The x coordinate.public final void setY(float f)
f - The y coordinate.
public final void set(float x1,
float y1)
x1 - The x coordinate.y1 - The y coordinate.public boolean equals(Position p)
public int hashCode()
hashCode in class java.lang.Object
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||