Uses of Class
net.sourceforge.plantuml.webp.SubBlock
Packages that use SubBlock
-
Uses of SubBlock in net.sourceforge.plantuml.webp
Methods in net.sourceforge.plantuml.webp that return SubBlockModifier and TypeMethodDescriptionSubBlock.getAbove()
VP8Frame.getAboveRightSubBlock
(SubBlock sb, SubBlock.PLANE plane) VP8Frame.getAboveSubBlock
(SubBlock sb, SubBlock.PLANE plane) MacroBlock.getBottomSubBlock
(int x, SubBlock.PLANE plane) SubBlock.getLeft()
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) MacroBlock.getUSubBlock
(int i, int j) MacroBlock.getVSubBlock
(int i, int j) MacroBlock.getY2SubBlock()
MacroBlock.getYSubBlock
(int i, int j) Methods in net.sourceforge.plantuml.webp with parameters of type SubBlockModifier and TypeMethodDescriptionVP8Frame.getAboveRightSubBlock
(SubBlock sb, SubBlock.PLANE plane) VP8Frame.getAboveSubBlock
(SubBlock sb, SubBlock.PLANE plane) VP8Frame.getLeftSubBlock
(SubBlock sb, SubBlock.PLANE plane) int
MacroBlock.getSubblockX
(SubBlock sb) int
MacroBlock.getSubblockY
(SubBlock sb) Constructors in net.sourceforge.plantuml.webp with parameters of type SubBlockModifierConstructorDescriptionSubBlock
(MacroBlock macroBlock, SubBlock above, SubBlock left, SubBlock.PLANE plane)