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.graph
package. -
-
Uses of CellViewRenderer in org.jgraph.graph
Classes in org.jgraph.graph that implement CellViewRenderer Modifier and Type Class Description 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.ABSOLUTEclass
VertexRenderer
This 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 CellViewRenderer
AbstractCellView. getRenderer()
Obtains the renderer instance for this viewCellViewRenderer
EdgeView. getRenderer()
Returns a renderer for the class.CellViewRenderer
PortView. getRenderer()
Returns a renderer for the class.CellViewRenderer
VertexView. getRenderer()
Returns a renderer for the class.
-