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 doublefillValFill the spheres with this valuedoublemaxRadiusThe min and max radii to drawdoubleminRadiusThe min and max radii to drawdoublepixDepthPixel Dimensions in user unitsdoublepixHeightPixel Dimensions in user unitsdoublepixWidthPixel Dimensions in user unitsjava.lang.StringunitThe user dimension unitdoublevolFracDraw 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
-