JGraph
v5.13.0.4


Uses of Interface
org.jgraph.graph.CellViewRenderer

Packages that use CellViewRenderer
com.jgraph.components.labels   
com.jgraph.io.svg   
org.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.components.labels
 

Classes in com.jgraph.components.labels that implement CellViewRenderer
 class MultiLineVertexRenderer
          Universal renderer for vertices and groups.
 

Methods in com.jgraph.components.labels that return CellViewRenderer
 CellViewRenderer MultiLineVertexView.getRenderer()
          Returns the MultiLineVertexView.renderer.
 

Uses of CellViewRenderer in com.jgraph.io.svg
 

Classes in com.jgraph.io.svg that implement CellViewRenderer
 class SVGVertexRenderer
           
 

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.
 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.
abstract  CellViewRenderer AbstractCellView.getRenderer()
          Obtains the renderer instance for this view
 CellViewRenderer EdgeView.getRenderer()
          Returns a renderer for the class.
 


JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.