Class FileImageXML.LUValue

java.lang.Object
gov.nih.mipav.model.file.FileImageXML.LUValue
Enclosing class:
FileImageXML

private class FileImageXML.LUValue extends Object
Stores LUT information (red, green, blue, alpha).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private float
    DOCUMENT ME!
    private float
    DOCUMENT ME!
    private float
    DOCUMENT ME!
    private boolean
     
    private float
    DOCUMENT ME!
  • Constructor Summary

    Constructors
    Constructor
    Description
    LUValue(float red, float green, float blue)
    Creates a new LUValue object.
    LUValue(float alpha, float red, float green, float blue)
    Creates a new LUValue object.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • hasAlpha

      private boolean hasAlpha
    • red

      private float red
      DOCUMENT ME!
    • green

      private float green
      DOCUMENT ME!
    • blue

      private float blue
      DOCUMENT ME!
    • alpha

      private float alpha
      DOCUMENT ME!
  • Constructor Details

    • LUValue

      public LUValue(float red, float green, float blue)
      Creates a new LUValue object.
      Parameters:
      red - DOCUMENT ME!
      green - DOCUMENT ME!
      blue - DOCUMENT ME!
    • LUValue

      public LUValue(float alpha, float red, float green, float blue)
      Creates a new LUValue object.
      Parameters:
      alpha - DOCUMENT ME!
      red - DOCUMENT ME!
      green - DOCUMENT ME!
      blue - DOCUMENT ME!