Uses of Class
com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock.Plane
-
Packages that use SubBlock.Plane Package Description com.twelvemonkeys.imageio.plugins.webp.vp8 -
-
Uses of SubBlock.Plane in com.twelvemonkeys.imageio.plugins.webp.vp8
Fields in com.twelvemonkeys.imageio.plugins.webp.vp8 declared as SubBlock.Plane Modifier and Type Field Description private SubBlock.PlaneSubBlock. planeMethods in com.twelvemonkeys.imageio.plugins.webp.vp8 that return SubBlock.Plane Modifier and Type Method Description SubBlock.PlaneSubBlock. getPlane()static SubBlock.PlaneSubBlock.Plane. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SubBlock.Plane[]SubBlock.Plane. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twelvemonkeys.imageio.plugins.webp.vp8 with parameters of type SubBlock.Plane Modifier and Type Method Description private booleanMacroBlock. decodePlaneTokens(VP8Frame frame, int dimentions, SubBlock.Plane plane, boolean withY2)SubBlockVP8Frame. getAboveRightSubBlock(SubBlock sb, SubBlock.Plane plane)SubBlockVP8Frame. getAboveSubBlock(SubBlock sb, SubBlock.Plane plane)SubBlockMacroBlock. getBottomSubBlock(int x, SubBlock.Plane plane)SubBlockMacroBlock. getLeftSubBlock(int y, SubBlock.Plane plane)SubBlockVP8Frame. getLeftSubBlock(SubBlock sb, SubBlock.Plane plane)SubBlockMacroBlock. getRightSubBlock(int y, SubBlock.Plane plane)SubBlockMacroBlock. getSubBlock(SubBlock.Plane plane, int i, int j)static intSubBlock. planeToType(SubBlock.Plane plane, boolean withY2)Constructors in com.twelvemonkeys.imageio.plugins.webp.vp8 with parameters of type SubBlock.Plane Constructor Description SubBlock(MacroBlock macroBlock, SubBlock above, SubBlock left, SubBlock.Plane plane)
-