Uses of Class
edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
-
Packages that use AnnotationRenderer Package Description edu.uci.ics.jung.visualization.annotations Classes which support creating visual annotations for graphs. -
-
Uses of AnnotationRenderer in edu.uci.ics.jung.visualization.annotations
Fields in edu.uci.ics.jung.visualization.annotations declared as AnnotationRenderer Modifier and Type Field Description protected AnnotationRenderer
AnnotationManager. annotationRenderer
protected AnnotationRenderer
AnnotationPaintable. annotationRenderer
Methods in edu.uci.ics.jung.visualization.annotations with parameters of type AnnotationRenderer Modifier and Type Method Description java.awt.Component
AnnotationManager. prepareRenderer(RenderContext<?,?> rc, AnnotationRenderer annotationRenderer, java.lang.Object value)
java.awt.Component
AnnotationPaintable. prepareRenderer(RenderContext<?,?> rc, AnnotationRenderer annotationRenderer, java.lang.Object value)
Constructors in edu.uci.ics.jung.visualization.annotations with parameters of type AnnotationRenderer Constructor Description AnnotationPaintable(RenderContext<?,?> rc, AnnotationRenderer annotationRenderer)
-