public class HierarchyImage extends ImageRender
Modifier and Type | Field and Description |
---|---|
static int |
bottomMargin |
String |
errorMessage |
static int |
keyMargin |
Collection<owltools.gfx.HierarchyImage.KeyNode> |
legend |
static int |
minWidth |
Collection<OWLGraphStrokeEdge> |
relations |
static int |
rightMargin |
String |
selected |
Collection<OWLGraphLayoutNode> |
terms |
height, width
Constructor and Description |
---|
HierarchyImage(int width,
int height,
Collection<OWLGraphLayoutNode> terms,
Collection<OWLGraphStrokeEdge> relations,
GraphStyle style,
Set<RelationType> types) |
HierarchyImage(String errorMessage) |
Modifier and Type | Method and Description |
---|---|
String |
id() |
protected void |
render(Graphics2D g2) |
prepare, render
public Collection<OWLGraphLayoutNode> terms
public Collection<OWLGraphStrokeEdge> relations
public Collection<owltools.gfx.HierarchyImage.KeyNode> legend
public String selected
public final String errorMessage
public static final int keyMargin
public static final int rightMargin
public static final int bottomMargin
public static final int minWidth
public HierarchyImage(String errorMessage)
public HierarchyImage(int width, int height, Collection<OWLGraphLayoutNode> terms, Collection<OWLGraphStrokeEdge> relations, GraphStyle style, Set<RelationType> types)
public String id()
protected void render(Graphics2D g2)
render
in class ImageRender
Copyright © 2010–2016. All rights reserved.