Uses of Class
owltools.gfx.RelationType

Packages that use RelationType
owltools.gfx GFX - OWL Graphics and Visualization 
 

Uses of RelationType in owltools.gfx
 

Methods in owltools.gfx that return RelationType
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.
 

Methods in owltools.gfx that return types with arguments of type RelationType
static EnumSet<RelationType> RelationType.forCodes(String types)
           
 

Constructor parameters in owltools.gfx with type arguments of type RelationType
HierarchyImage(int width, int height, Collection<OWLGraphLayoutNode> terms, Collection<OWLGraphStrokeEdge> relations, GraphStyle style, Set<RelationType> types)
           
 



Copyright © 2010-2012. All Rights Reserved.