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 class
StaticPropertyType
The properties inStaticProperty
define 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_TYPES
Methods in org.pathvisio.libgpml.prop that return PropertyType Modifier and Type Method Description static PropertyType
PropertyManager. getPropertyType(java.lang.String id)
Gets the property type matching the given ID.PropertyType
Property. getType()
Returns the data type for this property.PropertyType
StaticProperty. getType()
Used to be type() which returned StaticPropertyTypeMethods in org.pathvisio.libgpml.prop with parameters of type PropertyType Modifier and Type Method Description static void
PropertyManager. registerPropertyType(PropertyType type)
Registers a property type.