Uses of Class
org.pathvisio.libgpml.model.type.GroupType
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
| org.pathvisio.libgpml.model.type |
Enum type classes
|
-
Uses of GroupType in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as GroupType Modifier and Type Field Description private GroupTypeGroup. typeMethods in org.pathvisio.libgpml.model that return GroupType Modifier and Type Method Description GroupTypeGroup. getType()Returns GroupType.Methods in org.pathvisio.libgpml.model with parameters of type GroupType Modifier and Type Method Description protected voidGPML2013aReader. setGroupGraphicsProperty(Group group, GroupType type)Reads and sets graphics properties forGroup.voidGroup. setType(GroupType v)Sets GroupType to the given groupType. -
Uses of GroupType in org.pathvisio.libgpml.model.type
Fields in org.pathvisio.libgpml.model.type declared as GroupType Modifier and Type Field Description static GroupTypeGroupType. ANALOGstatic GroupTypeGroupType. COMPLEXstatic GroupTypeGroupType. GROUPstatic GroupTypeGroupType. PARALOGstatic GroupTypeGroupType. PATHWAYstatic GroupTypeGroupType. TRANSPARENTFields in org.pathvisio.libgpml.model.type with type parameters of type GroupType Modifier and Type Field Description private static java.util.Map<java.lang.String,GroupType>GroupType. nameToGroupTypeMethods in org.pathvisio.libgpml.model.type that return GroupType Modifier and Type Method Description static GroupTypeGroupType. fromName(java.lang.String name)Looks up the ConnectorType corresponding to that name.static GroupType[]GroupType. getValues()Returns the group type values of all GroupTypes as a list.static GroupTypeGroupType. register(java.lang.String name)Returns a GroupType from a given string identifier name.Methods in org.pathvisio.libgpml.model.type with parameters of type GroupType Modifier and Type Method Description intGroupType. compareTo(GroupType groupType)Compares string representations of given GroupType lexicographically.