Uses of Interface
org.jgraph.graph.CellViewRenderer

Packages that use CellViewRenderer
org.jgraph.graph   
 

Uses of CellViewRenderer in org.jgraph.graph
 

Classes in org.jgraph.graph that implement CellViewRenderer
 class EdgeRenderer
          This renderer displays entries that implement the CellView interface and supports the following attributes: GraphConstants.POINTS GraphConstants.FONT GraphConstants.OPAQUE GraphConstants.BORDER GraphConstants.BORDERCOLOR GraphConstants.LINECOLOR GraphConstants.LINEWIDTH GraphConstants.FOREGROUND GraphConstants.BACKGROUND GraphConstants.DASHPATTERN GraphConstants.LINESTYLE GraphConstants.START GraphConstants.END GraphConstants.STARTSIZE GraphConstants.ENDSIZE
 class PortRenderer
          This renderer displays entries that implement the CellView interface and supports the following attributes: GraphConstants.OFFSET GraphConstants.ABSOLUTE
 class VertexRenderer
          This renderer displays entries that implement the CellView interface and supports the following attributes.
 

Methods in org.jgraph.graph that return CellViewRenderer
 CellViewRenderer VertexView.getRenderer()
          Returns a renderer for the class.
 CellViewRenderer PortView.getRenderer()
          Returns a renderer for the class.
 CellViewRenderer EdgeView.getRenderer()
          Returns a renderer for the class.
protected abstract  CellViewRenderer AbstractCellView.getRenderer()