Uses of Interface
org.jgraph.graph.CellViewRenderer
-
Packages that use CellViewRenderer Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graphpackage. -
-
Uses of CellViewRenderer in org.jgraph.graph
Classes in org.jgraph.graph that implement CellViewRenderer Modifier and Type Class Description classEdgeRendererThis renderer displays entries that implement the CellView interface.classPortRendererThis renderer displays entries that implement the CellView interface and supports the following attributes: GraphConstants.OFFSET GraphConstants.ABSOLUTEclassVertexRendererThis renderer displays entries that implement the CellView interface and supports the following attributes.Methods in org.jgraph.graph that return CellViewRenderer Modifier and Type Method Description abstract CellViewRendererAbstractCellView. getRenderer()Obtains the renderer instance for this viewCellViewRendererEdgeView. getRenderer()Returns a renderer for the class.CellViewRendererPortView. getRenderer()Returns a renderer for the class.CellViewRendererVertexView. getRenderer()Returns a renderer for the class.
-