Uses of Interface
org.pathvisio.libgpml.prop.PropertyType
| Package | Description |
|---|---|
| org.pathvisio.libgpml.prop |
Properties classes
|
-
Uses of PropertyType in org.pathvisio.libgpml.prop
Classes in org.pathvisio.libgpml.prop that implement PropertyType Modifier and Type Class Description classStaticPropertyTypeThe properties inStaticPropertydefine properties of different types, all the possible types are defined here.Fields in org.pathvisio.libgpml.prop with type parameters of type PropertyType Modifier and Type Field Description private static java.util.Map<java.lang.String,PropertyType>PropertyManager. PROPERTY_TYPESMethods in org.pathvisio.libgpml.prop that return PropertyType Modifier and Type Method Description static PropertyTypePropertyManager. getPropertyType(java.lang.String id)Gets the property type matching the given ID.PropertyTypeProperty. getType()Returns the data type for this property.PropertyTypeStaticProperty. getType()Used to be type() which returned StaticPropertyTypeMethods in org.pathvisio.libgpml.prop with parameters of type PropertyType Modifier and Type Method Description static voidPropertyManager. registerPropertyType(PropertyType type)Registers a property type.