public class EscherPropertyMetaData
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
EscherPropertyMetaData(java.lang.String description) |
EscherPropertyMetaData(java.lang.String description,
byte type) |
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.