|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgeometry.Dimensions2D
public class Dimensions2D
Dimensions for 2D pixels.Returning default 0 for z-coordinate
| Field Summary | |
|---|---|
private double |
xdim
the pixel width |
private double |
ydim
the pixel height |
| Constructor Summary | |
|---|---|
Dimensions2D(double xdim,
double ydim)
Setting width and height dimension. |
|
| Method Summary | |
|---|---|
double |
getXDim()
get the pixel's/voxel's width |
double |
getYDim()
get the pixel's/voxel's height |
double |
getZDim()
get the pixel's/voxel's depth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double xdim
private double ydim
| Constructor Detail |
|---|
public Dimensions2D(double xdim,
double ydim)
xdim - the width dimensionydim - the height dimension| Method Detail |
|---|
public double getXDim()
Dimensions
getXDim in interface Dimensionspublic double getYDim()
Dimensions
getYDim in interface Dimensionspublic double getZDim()
Dimensions
getZDim in interface Dimensions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||