Uses of Interface
edu.uci.ics.jung.visualization.renderers.EdgeLabelRenderer
-
Packages that use EdgeLabelRenderer Package Description edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization.edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.renderers Visualization mechanisms relating to rendering. -
-
Uses of EdgeLabelRenderer in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as EdgeLabelRenderer Modifier and Type Field Description (package private) EdgeLabelRendererEdgeLabelDemo. edgeLabelRenderer -
Uses of EdgeLabelRenderer in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization declared as EdgeLabelRenderer Modifier and Type Field Description protected EdgeLabelRendererPluggableRenderContext. edgeLabelRendererMethods in edu.uci.ics.jung.visualization that return EdgeLabelRenderer Modifier and Type Method Description EdgeLabelRendererPluggableRenderContext. getEdgeLabelRenderer()EdgeLabelRendererRenderContext. getEdgeLabelRenderer()Methods in edu.uci.ics.jung.visualization with parameters of type EdgeLabelRenderer Modifier and Type Method Description voidPluggableRenderContext. setEdgeLabelRenderer(EdgeLabelRenderer edgeLabelRenderer)voidRenderContext. setEdgeLabelRenderer(EdgeLabelRenderer edgeLabelRenderer) -
Uses of EdgeLabelRenderer in edu.uci.ics.jung.visualization.renderers
Classes in edu.uci.ics.jung.visualization.renderers that implement EdgeLabelRenderer Modifier and Type Class Description classDefaultEdgeLabelRendererDefaultEdgeLabelRenderer is similar to the cell renderers used by the JTable and JTree jfc classes.Methods in edu.uci.ics.jung.visualization.renderers with parameters of type EdgeLabelRenderer Modifier and Type Method Description java.awt.ComponentBasicEdgeLabelRenderer. prepareRenderer(RenderContext<V,E> rc, EdgeLabelRenderer graphLabelRenderer, java.lang.Object value, boolean isSelected, E edge)
-