|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.PointDouble
public class PointDouble
Field Summary | |
---|---|
double |
x
|
double |
y
|
Constructor Summary | |
---|---|
PointDouble()
Constructs and initializes a point at the origin (0, 0) of the coordinate space. |
|
PointDouble(double x,
double y)
|
Method Summary | |
---|---|
double |
getX()
The X location in pixels. |
double |
getY()
The Y location in pixels. |
static Point |
round(PointDouble value)
|
static Point[] |
round(PointDouble[] value)
|
static Point[] |
round(PointDouble[] value,
int size)
|
void |
setX(double value)
Sets the X location in pixels. |
void |
setY(double value)
Sets the Y location in pixels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double x
public double y
Constructor Detail |
---|
public PointDouble()
public PointDouble(double x, double y)
Method Detail |
---|
public double getX()
public void setX(double value)
value
- doublepublic double getY()
public void setY(double value)
value
- doublepublic static Point round(PointDouble value)
public static Point[] round(PointDouble[] value)
public static Point[] round(PointDouble[] value, int size)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |