JGraphAddons
v1.0.8


org.jgraph.cellview
Class JGraphHeavyweightView

java.lang.Object
  extended byVertexView
      extended byorg.jgraph.cellview.JGraphHeavyweightView

public class JGraphHeavyweightView
extends VertexView

See Also:
Serialized Form

Nested Class Summary
 class JGraphHeavyweightView.JGraphHeavyweightRenderer
           
 
Field Summary
 Component component
           
 CellViewRenderer renderer
           
 
Constructor Summary
JGraphHeavyweightView()
           
JGraphHeavyweightView(Object cell)
           
 
Method Summary
protected  Component configureRenderer(Component component)
          A hook for subclassers to eg.
 CellViewRenderer getRenderer()
           
 void setCell(Object cell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

component

public transient Component component

renderer

public transient CellViewRenderer renderer
Constructor Detail

JGraphHeavyweightView

public JGraphHeavyweightView()

JGraphHeavyweightView

public JGraphHeavyweightView(Object cell)
Method Detail

setCell

public void setCell(Object cell)

getRenderer

public CellViewRenderer getRenderer()

configureRenderer

protected Component configureRenderer(Component component)
A hook for subclassers to eg. use the border from the attributes:


JGraphAddons
v1.0.8


Copyright (C) 2003-2005 Gaudenz Alder. All rights reserved.