|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.Point3D
public class Point3D
Title: Point3D class
Description: XYZ Point holder
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
int |
x
|
int |
y
|
int |
z
|
Constructor Summary | |
---|---|
Point3D()
|
|
Point3D(int x,
int y,
int z)
|
Method Summary | |
---|---|
int |
getX()
The X location in pixels. |
int |
getY()
The Y location in pixels. |
int |
getZ()
The Z location in pixels. |
void |
setX(int value)
Sets the X location in pixels. |
void |
setY(int value)
Sets the Y location in pixels. |
void |
setZ(int value)
Sets the Z location in pixels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int x
public int y
public int z
Constructor Detail |
---|
public Point3D()
public Point3D(int x, int y, int z)
Method Detail |
---|
public int getX()
public void setX(int value)
value
- intpublic int getY()
public void setY(int value)
value
- intpublic int getZ()
public void setZ(int value)
value
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |