Uses of Interface
com.jgraph.graph.CellViewRenderer

Packages that use CellViewRenderer
com.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
 

Uses of CellViewRenderer in com.jgraph.graph
 

Classes in com.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 com.jgraph.graph that return CellViewRenderer
protected abstract  CellViewRenderer AbstractCellView.getRenderer()
           
 CellViewRenderer EdgeView.getRenderer()
          Returns a renderer for the class.
 CellViewRenderer VertexView.getRenderer()
          Returns a renderer for the class.
 CellViewRenderer PortView.getRenderer()
          Returns a renderer for the class.