Uses of Enum Class
net.sourceforge.plantuml.webp.SubBlock.PLANE
Packages that use SubBlock.PLANE
-
Uses of SubBlock.PLANE in net.sourceforge.plantuml.webp
Methods in net.sourceforge.plantuml.webp that return SubBlock.PLANEModifier and TypeMethodDescriptionSubBlock.getPlane()
static SubBlock.PLANE
Returns the enum constant of this class with the specified name.static SubBlock.PLANE[]
SubBlock.PLANE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.webp with parameters of type SubBlock.PLANEModifier and TypeMethodDescriptionVP8Frame.getAboveRightSubBlock
(SubBlock sb, SubBlock.PLANE plane) VP8Frame.getAboveSubBlock
(SubBlock sb, SubBlock.PLANE plane) MacroBlock.getBottomSubBlock
(int x, SubBlock.PLANE plane) MacroBlock.getLeftSubBlock
(int y, SubBlock.PLANE plane) VP8Frame.getLeftSubBlock
(SubBlock sb, SubBlock.PLANE plane) MacroBlock.getRightSubBlock
(int y, SubBlock.PLANE plane) 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.PLANEModifierConstructorDescriptionSubBlock
(MacroBlock macroBlock, SubBlock above, SubBlock left, SubBlock.PLANE plane)