public class EscherPropertyMetaData
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static byte |
TYPE_ARRAY |
|
static byte |
TYPE_BOOLEAN |
|
static byte |
TYPE_RGB |
|
static byte |
TYPE_SHAPEPATH |
|
static byte |
TYPE_SIMPLE |
|
static byte |
TYPE_UNKNOWN |
Constructor | Description |
---|---|
EscherPropertyMetaData(java.lang.String description) |
|
EscherPropertyMetaData(java.lang.String description,
byte type) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDescription() |
|
byte |
getType() |
public static final byte TYPE_UNKNOWN
public static final byte TYPE_BOOLEAN
public static final byte TYPE_RGB
public static final byte TYPE_SHAPEPATH
public static final byte TYPE_SIMPLE
public static final byte TYPE_ARRAY
public EscherPropertyMetaData(java.lang.String description)
description
- The description of the escher property.public EscherPropertyMetaData(java.lang.String description, byte type)
description
- The description of the escher property.type
- The type of the property.Copyright 2018 The Apache Software Foundation or its licensors, as applicable.