Package | Description |
---|---|
owltools.gfx |
GFX - OWL Graphics and Visualization
|
Modifier and Type | Method and Description |
---|---|
static RelationType |
OWLGraphStrokeEdge.getRelationType(OWLGraphEdge owlGraphEdge,
OWLGraphWrapper graph)
Sets the value of relType based on OWLGraphEdge properties
TODO : this is too hacky.
|
static RelationType |
RelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationType[] |
RelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<RelationType> |
RelationType.forCodes(String types) |
Constructor and Description |
---|
HierarchyImage(int width,
int height,
Collection<OWLGraphLayoutNode> terms,
Collection<OWLGraphStrokeEdge> relations,
GraphStyle style,
Set<RelationType> types) |
Copyright © 2010–2016. All rights reserved.