owltools.gfx
Class HierarchyImage
java.lang.Object
owltools.gfx.ImageRender
owltools.gfx.HierarchyImage
public class HierarchyImage
- extends ImageRender
Adapted from QuickGO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
terms
public Collection<OWLGraphLayoutNode> terms
relations
public Collection<OWLGraphStrokeEdge> relations
legend
public Collection<owltools.gfx.HierarchyImage.KeyNode> legend
selected
public String selected
errorMessage
public final String errorMessage
keyMargin
public static final int keyMargin
- See Also:
- Constant Field Values
rightMargin
public static final int rightMargin
- See Also:
- Constant Field Values
bottomMargin
public static final int bottomMargin
- See Also:
- Constant Field Values
minWidth
public static final int minWidth
- See Also:
- Constant Field Values
HierarchyImage
public HierarchyImage(String errorMessage)
HierarchyImage
public HierarchyImage(int width,
int height,
Collection<OWLGraphLayoutNode> terms,
Collection<OWLGraphStrokeEdge> relations,
GraphStyle style,
Set<RelationType> types)
id
public String id()
render
protected void render(Graphics2D g2)
- Specified by:
render
in class ImageRender
Copyright © 2010-2012. All Rights Reserved.