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 intcenterXPixel location in pixel unitsintcenterYPixel location in pixel unitsintcenterZPixel location in pixel unitsdoublefillValFill the spheres with this valuedoublepixDepthPixel Dimensions in user unitsdoublepixHeightPixel Dimensions in user unitsdoublepixWidthPixel Dimensions in user unitsdoubleradiusSphere rasius in user unitsjava.lang.StringunitThe 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
-