Class PixelFormatComponentType


  • public class PixelFormatComponentType
    extends Object

    Java class for pixelFormatComponentType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="pixelFormatComponentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="bit_depth" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • index

        protected int index
      • bitDepth

        protected int bitDepth
    • Constructor Detail

      • PixelFormatComponentType

        public PixelFormatComponentType()
    • Method Detail

      • getIndex

        public int getIndex()
        Gets the value of the index property.
      • setIndex

        public void setIndex​(int value)
        Sets the value of the index property.
      • getBitDepth

        public int getBitDepth()
        Gets the value of the bitDepth property.
      • setBitDepth

        public void setBitDepth​(int value)
        Sets the value of the bitDepth property.