VRJConfig UI API
v2.0


org.vrjuggler.vrjconfig.commoneditors.devicegraph
Class MultiUnitDeviceVertexView

java.lang.Object
  extended by org.jgraph.graph.AbstractCellView
      extended by org.jgraph.graph.VertexView
          extended by org.vrjuggler.vrjconfig.commoneditors.devicegraph.MultiUnitDeviceVertexView
All Implemented Interfaces:
Serializable, CellView

public class MultiUnitDeviceVertexView
extends VertexView

A custom vertex view for graph cells representing device config elements that have multiple input sources (which are in turn represented with JGraph ports). This view makes use of heavy-weight renderers so that users may interact with components in the vertex view.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView
VertexView.SizeHandle
 
Field Summary
 
Fields inherited from class org.jgraph.graph.VertexView
bounds, defaultBounds, defaultCursors, xCursors, yCursors
 
Fields inherited from class org.jgraph.graph.AbstractCellView
allAttributes, attributes, cell, cellEditor, childViews, groupBounds, parent
 
Constructor Summary
MultiUnitDeviceVertexView()
           
MultiUnitDeviceVertexView(Object cell)
           
 
Method Summary
 CellViewRenderer getRenderer()
           
 
Methods inherited from class org.jgraph.graph.VertexView
getBounds, getCachedBounds, getCenterPoint, getHandle, getPerimeterPoint, setCachedBounds, update
 
Methods inherited from class org.jgraph.graph.AbstractCellView
changeAttributes, childUpdated, createFallbackAttributeMap, getAllAttributes, getAttributes, getBounds, getCell, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, includeInGroupBounds, intersects, isLeaf, mergeAttributes, refresh, removeFromParent, scale, setAttributes, setBounds, setCell, translate, updateGroupBounds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiUnitDeviceVertexView

public MultiUnitDeviceVertexView()

MultiUnitDeviceVertexView

public MultiUnitDeviceVertexView(Object cell)
Method Detail

getRenderer

public CellViewRenderer getRenderer()
Overrides:
getRenderer in class VertexView

VRJConfig UI API
v2.0


Copyright © 1998–2005 Iowa State University. All rights reserved.