uk.ac.ed.inf.higraph
Class BlobView
java.lang.Object
|
+--com.jgraph.graph.AbstractCellView
|
+--com.jgraph.graph.VertexView
|
+--uk.ac.ed.inf.higraph.BlobView
- All Implemented Interfaces:
- CellView, Serializable
- public class BlobView
- extends VertexView
Extends VertexView
by overriding getRenderer()
to return a BlobRenderer
instead of a VertexRenderer
.
- See Also:
- Serialized Form
Constructor Summary |
BlobView(Object cell,
JGraph graph,
CellMapper mapper)
Creates a new BlobView instance by invoking
the corresponding superclass constructor. |
Methods inherited from class com.jgraph.graph.AbstractCellView |
getAttributes, getBounds, getCell, getChildViews, getDescendantViews, getEditor, getGraph, getMapper, getModel, getParentView, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, scale, setAttributes, setBounds, translate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlobView
public BlobView(Object cell,
JGraph graph,
CellMapper mapper)
- Creates a new
BlobView
instance by invoking
the corresponding superclass constructor.
- Parameters:
cell
- an Object
valuegraph
- a JGraph
valuemapper
- a CellMapper
value
getRenderer
public CellViewRenderer getRenderer()
- Overrides the method in
VertexView
by
returning a BlobRenderer
instead of a
VertexRenderer
.
- Overrides:
getRenderer
in class VertexView
- Returns:
- a
BlobRenderer
value
Copyright © The University of Edinburgh. All Rights Reserved.