Uses of Class
org.jgraph.plaf.GraphUI
-
Packages that use GraphUI Package Description org.jgraph JGraph's topmost package which contains the JGraph class.org.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. -
-
Uses of GraphUI in org.jgraph
Methods in org.jgraph that return GraphUI Modifier and Type Method Description GraphUI
JGraph. getUI()
Returns the L&F object that renders this component.Methods in org.jgraph with parameters of type GraphUI Modifier and Type Method Description void
JGraph. setUI(GraphUI ui)
Sets the L&F object that renders this component. -
Uses of GraphUI in org.jgraph.plaf.basic
Subclasses of GraphUI in org.jgraph.plaf.basic Modifier and Type Class Description class
BasicGraphUI
The basic L&F for a graph data structure.
-