org.apache.poi.ddf
Class EscherPropertyMetaData
java.lang.Object
org.apache.poi.ddf.EscherPropertyMetaData
public class EscherPropertyMetaData
- extends java.lang.Object
This class stores the type and description of an escher property.
- Author:
- Glen Stampoultzis (glens at apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_UNKNOWN
public static final byte TYPE_UNKNOWN
- See Also:
- Constant Field Values
TYPE_BOOLEAN
public static final byte TYPE_BOOLEAN
- See Also:
- Constant Field Values
TYPE_RGB
public static final byte TYPE_RGB
- See Also:
- Constant Field Values
TYPE_SHAPEPATH
public static final byte TYPE_SHAPEPATH
- See Also:
- Constant Field Values
TYPE_SIMPLE
public static final byte TYPE_SIMPLE
- See Also:
- Constant Field Values
TYPE_ARRAY
public static final byte TYPE_ARRAY
- See Also:
- Constant Field Values
EscherPropertyMetaData
public EscherPropertyMetaData(java.lang.String description)
- Parameters:
description
- The description of the escher property.
EscherPropertyMetaData
public EscherPropertyMetaData(java.lang.String description,
byte type)
- Parameters:
description
- The description of the escher property.type
- The type of the property.
getDescription
public java.lang.String getDescription()
getType
public byte getType()
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.