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 units
    int centerY
    Pixel location in pixel units
    int centerZ
    Pixel location in pixel units
    double fillVal
    Fill the spheres with this value
    double pixDepth
    Pixel Dimensions in user units
    double pixHeight
    Pixel Dimensions in user units
    double pixWidth
    Pixel Dimensions in user units
    double radius
    Sphere rasius in user units
    java.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 pixWidth
      Pixel Dimensions in user units
    • pixHeight

      public double pixHeight
      Pixel Dimensions in user units
    • pixDepth

      public double pixDepth
      Pixel Dimensions in user units
    • centerX

      public int centerX
      Pixel location in pixel units
    • centerY

      public int centerY
      Pixel location in pixel units
    • centerZ

      public int centerZ
      Pixel location in pixel units
    • radius

      public double radius
      Sphere rasius in user units
    • fillVal

      public double fillVal
      Fill the spheres with this value
    • unit

      public java.lang.String unit
      The user dimension unit
  • Constructor Details

    • SphereParams

      public SphereParams()
      Default Constructor