Uses of Interface
org.jungrapht.visualization.renderers.ModalRenderer
-
Packages that use ModalRenderer Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.renderers Visualization mechanisms relating to rendering. -
-
Uses of ModalRenderer in org.jungrapht.visualization
Methods in org.jungrapht.visualization that return ModalRenderer Modifier and Type Method Description ModalRenderer<V,E>
VisualizationServer. getRenderer()
-
Uses of ModalRenderer in org.jungrapht.visualization.renderers
Classes in org.jungrapht.visualization.renderers that implement ModalRenderer Modifier and Type Class Description class
BiModalRenderer<V,E>
ARenderer
that delegates to either aHeavyweightRenderer
or aLightweightRenderer
depending on the results of a count Predicate and a scale Predicateclass
BiModalSelectionRenderer<V,E>
This Renderer will draw the selection highlights for a Paintable.class
DefaultModalRenderer<V,E>
ARenderer
that delegates to either aHeavyweightRenderer
or aLightweightRenderer
depending on the results of a count predicate and a scale predicate
-