|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.chart.internal.DXYSurface
org.eclipse.tptp.platform.report.birt).
public class DXYSurface
Implementation of IXYSurface that can be inserted as child of DGraphic object. All Z values are stored inside one dimensionnal double array.
IXYSurface, DGraphic| Nested Class Summary | |
|---|---|
static class |
DXYSurface.Extension
Deprecated. |
| Field Summary | |
|---|---|
protected int |
sizex_
Deprecated. |
protected int |
sizey_
Deprecated. |
protected double[] |
z_
Deprecated. |
protected double |
zmax_
Deprecated. |
protected double |
zmin_
Deprecated. |
| Constructor Summary | |
|---|---|
DXYSurface()
Deprecated. Create an empty surface, use setZ() to set surface data. |
|
DXYSurface(int sizex,
int sizey)
Deprecated. Create a surface, all z values are 0 |
|
DXYSurface(int sizex,
int sizey,
double[] z,
double zmin,
double zmax)
Deprecated. Create a surface using external parameters, array is not copied. |
|
| Method Summary | |
|---|---|
int |
getSizeX()
Deprecated. |
int |
getSizeY()
Deprecated. |
double |
getZ(int x,
int y)
Deprecated. |
double |
getZMax()
Deprecated. |
double |
getZMin()
Deprecated. |
void |
setZ(int x,
int y,
double z)
Deprecated. Change the value of one Z at given place zmiin and zmax aren't updated. |
void |
setZ(int sizex,
int sizey,
double[] z,
double zmin,
double zmax)
Deprecated. Change surface parameters, array is taken "as is", must have sizex*sizey size and is not copyied. |
void |
updateZMinMax()
Deprecated. Parse all Z array to setup zmin and zmax. |
| Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem |
|---|
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int sizex_
protected int sizey_
protected double[] z_
protected double zmin_
protected double zmax_
| Constructor Detail |
|---|
public DXYSurface()
public DXYSurface(int sizex,
int sizey)
public DXYSurface(int sizex,
int sizey,
double[] z,
double zmin,
double zmax)
| Method Detail |
|---|
public void setZ(int sizex,
int sizey,
double[] z,
double zmin,
double zmax)
public void setZ(int x,
int y,
double z)
public int getSizeX()
getSizeX in interface IXYSurfacepublic int getSizeY()
getSizeY in interface IXYSurfacepublic double getZMin()
getZMin in interface IXYSurfacepublic double getZMax()
getZMax in interface IXYSurface
public double getZ(int x,
int y)
getZ in interface IXYSurfacepublic void updateZMinMax()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||