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.PLANESubBlock. getPlane()static SubBlock.PLANESubBlock.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 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 net.sourceforge.plantuml.webp with parameters of type SubBlock.PLANE Constructor Description SubBlock(MacroBlock macroBlock, SubBlock above, SubBlock left, SubBlock.PLANE plane)
-