| Package | Description |
|---|---|
| net.sourceforge.plantuml.webp |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
SubBlock(MacroBlock macroBlock,
SubBlock above,
SubBlock left,
SubBlock.PLANE plane) |
Copyright © 2017. All rights reserved.