public final class ShapeMarkupLanguage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
DML
Drawing Markup Language is used to define the shape.
|
static int |
length |
static byte |
VML
Vector Markup Language is used to define the shape.
|
| Modifier and Type | Method and Description |
|---|---|
static byte |
fromName(java.lang.String shapeMarkupLanguageName) |
static java.lang.String |
getName(byte shapeMarkupLanguage) |
static byte[] |
getValues() |
static java.lang.String |
toString(byte shapeMarkupLanguage) |
public static final byte DML
public static final byte VML
public static final int length