|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.NFBaseClass
netcharts.pro.charts.bar3d.NFViewPoint
public class NFViewPoint
The NFViewPoint object represents a carteisan or speherical set of coordinates.
Field Summary | |
---|---|
static int |
CARTESIAN
|
static int |
SPHERICAL
|
Constructor Summary | |
---|---|
NFViewPoint()
Constructs a default NFViewPoint. |
|
NFViewPoint(int type,
double xOrRadius,
double yOrPhi,
double zOrTheta)
Construct a NFViewPoint with given parameters |
Method Summary | |
---|---|
java.lang.String |
getCDL()
Generate CDL parameters representing this node |
int |
getType()
|
double |
getXOrRadius()
|
double |
getYOrPhi()
|
double |
getZOrTheta()
|
void |
setCDL(java.lang.String cdl)
Configures this object from a CDL parameter representation. |
void |
setType(int type)
|
void |
setXOrRadius(double orRadius)
|
void |
setYOrPhi(double orPhi)
|
void |
setZOrTheta(double orTheta)
|
java.lang.String |
toString()
Returns a new String object representing this NFViewPoint. |
Methods inherited from class netcharts.pro.common.NFBaseClass |
---|
clone, getModified, getUserObject, setModified, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CARTESIAN
public static final int SPHERICAL
Constructor Detail |
---|
public NFViewPoint()
public NFViewPoint(int type, double xOrRadius, double yOrPhi, double zOrTheta)
type
- xOrRadius
- yOrPhi
- zOrTheta
- Method Detail |
---|
public int getType()
public void setType(int type)
public double getXOrRadius()
public void setXOrRadius(double orRadius)
public double getYOrPhi()
public void setYOrPhi(double orPhi)
public double getZOrTheta()
public void setZOrTheta(double orTheta)
public java.lang.String toString()
toString
in interface NFCDLGenerator
toString
in class java.lang.Object
public void setCDL(java.lang.String cdl)
setCDL
in interface NFCDLGenerator
cdl
- CDL in the form: (type, x/radius, y/phi, z/theta)
public java.lang.String getCDL()
getCDL
in interface NFCDLGenerator
(type, x/radius, y/phi, z/theta)
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |