Class PixelFormatFlagsType


  • public class PixelFormatFlagsType
    extends Object

    Java class for pixelFormatFlagsType complex type.

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

     <complexType name="pixelFormatFlagsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="big_endian" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="palette" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="bitstream" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="hwaccel" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="planar" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="rgb" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="pseudopal" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="alpha" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • bigEndian

        protected int bigEndian
      • palette

        protected int palette
      • bitstream

        protected int bitstream
      • hwaccel

        protected int hwaccel
      • planar

        protected int planar
      • rgb

        protected int rgb
      • pseudopal

        protected int pseudopal
      • alpha

        protected int alpha
    • Constructor Detail

      • PixelFormatFlagsType

        public PixelFormatFlagsType()
    • Method Detail

      • getBigEndian

        public int getBigEndian()
        Gets the value of the bigEndian property.
      • setBigEndian

        public void setBigEndian​(int value)
        Sets the value of the bigEndian property.
      • getPalette

        public int getPalette()
        Gets the value of the palette property.
      • setPalette

        public void setPalette​(int value)
        Sets the value of the palette property.
      • getBitstream

        public int getBitstream()
        Gets the value of the bitstream property.
      • setBitstream

        public void setBitstream​(int value)
        Sets the value of the bitstream property.
      • getHwaccel

        public int getHwaccel()
        Gets the value of the hwaccel property.
      • setHwaccel

        public void setHwaccel​(int value)
        Sets the value of the hwaccel property.
      • getPlanar

        public int getPlanar()
        Gets the value of the planar property.
      • setPlanar

        public void setPlanar​(int value)
        Sets the value of the planar property.
      • getRgb

        public int getRgb()
        Gets the value of the rgb property.
      • setRgb

        public void setRgb​(int value)
        Sets the value of the rgb property.
      • getPseudopal

        public int getPseudopal()
        Gets the value of the pseudopal property.
      • setPseudopal

        public void setPseudopal​(int value)
        Sets the value of the pseudopal property.
      • getAlpha

        public int getAlpha()
        Gets the value of the alpha property.
      • setAlpha

        public void setAlpha​(int value)
        Sets the value of the alpha property.