Uses of Class
net.sourceforge.plantuml.webp.SubBlock.PLANE
-
Packages that use SubBlock.PLANE Package Description net.sourceforge.plantuml.webp -
-
Uses of SubBlock.PLANE in net.sourceforge.plantuml.webp
Methods in net.sourceforge.plantuml.webp that return SubBlock.PLANE Modifier and Type Method Description SubBlock.PLANE
SubBlock. getPlane()
static SubBlock.PLANE
SubBlock.PLANE. valueOf(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 net.sourceforge.plantuml.webp with parameters of type SubBlock.PLANE Modifier and Type Method Description SubBlock
VP8Frame. getAboveRightSubBlock(SubBlock sb, SubBlock.PLANE plane)
SubBlock
VP8Frame. getAboveSubBlock(SubBlock sb, SubBlock.PLANE plane)
SubBlock
MacroBlock. getBottomSubBlock(int x, SubBlock.PLANE plane)
SubBlock
MacroBlock. getLeftSubBlock(int y, SubBlock.PLANE plane)
SubBlock
VP8Frame. getLeftSubBlock(SubBlock sb, SubBlock.PLANE plane)
SubBlock
MacroBlock. getRightSubBlock(int y, SubBlock.PLANE plane)
SubBlock
MacroBlock. getSubBlock(SubBlock.PLANE plane, int i, int j)
static int
SubBlock. planeToType(SubBlock.PLANE plane, Boolean withY2)
Constructors in net.sourceforge.plantuml.webp with parameters of type SubBlock.PLANE Constructor Description SubBlock(MacroBlock macroBlock, SubBlock above, SubBlock left, SubBlock.PLANE plane)
-