Class ShadingAlgorithm.RawShadingResult

  • Enclosing interface:
    ShadingAlgorithm

    public static class ShadingAlgorithm.RawShadingResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RawShadingResult​(byte[] bytes, int width, int height, int padding)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fillPadding()  
      • Methods inherited from class java.lang.Object

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

      • bytes

        public final byte[] bytes
      • width

        public final int width
      • height

        public final int height
      • padding

        public final int padding
    • Constructor Detail

      • RawShadingResult

        public RawShadingResult​(byte[] bytes,
                                int width,
                                int height,
                                int padding)
    • Method Detail

      • fillPadding

        public void fillPadding()