Higraph, v1.0, January 28, 2003 (02:22 PM)

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

Field Summary
 
Fields inherited from class com.jgraph.graph.VertexView
bounds, renderer
 
Fields inherited from class com.jgraph.graph.AbstractCellView
attributes, cell, cellEditor, childViews, graph, mapper, parent
 
Constructor Summary
BlobView(Object cell, JGraph graph, CellMapper mapper)
          Creates a new BlobView instance by invoking the corresponding superclass constructor.
 
Method Summary
 CellViewRenderer getRenderer()
          Overrides the method in VertexView by returning a BlobRenderer instead of a VertexRenderer.
 
Methods inherited from class com.jgraph.graph.VertexView
getBounds, getCenterPoint, getHandle, getPerimeterPoint, isConstrainedSizeEvent, isControlAttribute, update
 
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
 

Constructor Detail

BlobView

public BlobView(Object cell,
                JGraph graph,
                CellMapper mapper)
Creates a new BlobView instance by invoking the corresponding superclass constructor.

Parameters:
cell - an Object value
graph - a JGraph value
mapper - a CellMapper value
Method Detail

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

Higraph, v1.0, January 28, 2003 (02:22 PM)

Copyright © The University of Edinburgh. All Rights Reserved.