Package jhd.FloodFill
Class EuclideanSpheres.SphereParams
java.lang.Object
jhd.FloodFill.EuclideanSpheres.SphereParams
- Enclosing class:
- EuclideanSpheres
public static class EuclideanSpheres.SphereParams
extends java.lang.Object
Nested class to simplify sphere draw arguments list
-
Field Summary
Fields Modifier and Type Field Description int
centerX
Pixel location in pixel unitsint
centerY
Pixel location in pixel unitsint
centerZ
Pixel location in pixel unitsdouble
fillVal
Fill the spheres with this valuedouble
pixDepth
Pixel Dimensions in user unitsdouble
pixHeight
Pixel Dimensions in user unitsdouble
pixWidth
Pixel Dimensions in user unitsdouble
radius
Sphere rasius in user unitsjava.lang.String
unit
The user dimension unit -
Constructor Summary
Constructors Constructor Description SphereParams()
Default Constructor -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
pixWidth
public double pixWidthPixel Dimensions in user units -
pixHeight
public double pixHeightPixel Dimensions in user units -
pixDepth
public double pixDepthPixel Dimensions in user units -
centerX
public int centerXPixel location in pixel units -
centerY
public int centerYPixel location in pixel units -
centerZ
public int centerZPixel location in pixel units -
radius
public double radiusSphere rasius in user units -
fillVal
public double fillValFill the spheres with this value -
unit
public java.lang.String unitThe user dimension unit
-
-
Constructor Details
-
SphereParams
public SphereParams()Default Constructor
-