com.steema.teechart
Class Point3D

java.lang.Object
  extended by com.steema.teechart.Point3D

public class Point3D
extends java.lang.Object

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

x

public int x

y

public int y

z

public int z
Constructor Detail

Point3D

public Point3D()

Point3D

public Point3D(int x,
               int y,
               int z)
Method Detail

getX

public int getX()
The X location in pixels.

Returns:
int

setX

public void setX(int value)
Sets the X location in pixels.

Parameters:
value - int

getY

public int getY()
The Y location in pixels.

Returns:
int

setY

public void setY(int value)
Sets the Y location in pixels.

Parameters:
value - int

getZ

public int getZ()
The Z location in pixels.

Returns:
int

setZ

public void setZ(int value)
Sets the Z location in pixels.

Parameters:
value - int