Package jhd.FloodFill
Class EuclideanSpheres.RandomSphereParams
java.lang.Object
jhd.FloodFill.EuclideanSpheres.RandomSphereParams
- Enclosing class:
- EuclideanSpheres
public static class EuclideanSpheres.RandomSphereParams
extends java.lang.Object
Nested class to simplify random sphere draw arguments list
-
Field Summary
Fields Modifier and Type Field Description double
fillVal
Fill the spheres with this valuedouble
maxRadius
The min and max radii to drawdouble
minRadius
The min and max radii to drawdouble
pixDepth
Pixel Dimensions in user unitsdouble
pixHeight
Pixel Dimensions in user unitsdouble
pixWidth
Pixel Dimensions in user unitsjava.lang.String
unit
The user dimension unitdouble
volFrac
Draw until this volume fraction of spheres is obtained -
Constructor Summary
Constructors Constructor Description RandomSphereParams()
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 -
minRadius
public double minRadiusThe min and max radii to draw -
maxRadius
public double maxRadiusThe min and max radii to draw -
volFrac
public double volFracDraw until this volume fraction of spheres is obtained -
fillVal
public double fillValFill the spheres with this value -
unit
public java.lang.String unitThe user dimension unit
-
-
Constructor Details
-
RandomSphereParams
public RandomSphereParams()Default Constructor
-