public final class PropertyKeys extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getNameByKey(Type type,
int key)
Gets the property name given the property key.
|
static int |
getPropertyFlags(int key)
Gets the
ChartAreaInvalidateFlags for the given property. |
static int |
register(Type type,
String propertyName)
Registers a property of the given type with the given name.
|
static int |
register(Type type,
String propertyName,
int flags)
Registers a property of the given type with the given name and
ChartAreaInvalidateFlags . |
public static int register(Type type, String propertyName)
type
- The property type.propertyName
- The property name.public static int register(Type type, String propertyName, int flags)
ChartAreaInvalidateFlags
.type
- The property type.propertyName
- The property name.flags
- The invalidate flags.public static int getPropertyFlags(int key)
ChartAreaInvalidateFlags
for the given property.key
- The property key.