Uses of Class
edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Packages that use AnnotationRenderer
Package
Description
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 AnnotationRendererModifier and TypeFieldDescriptionprotected AnnotationRenderer
AnnotationManager.annotationRenderer
protected AnnotationRenderer
AnnotationPaintable.annotationRenderer
Methods in edu.uci.ics.jung.visualization.annotations with parameters of type AnnotationRendererModifier and TypeMethodDescriptionAnnotationManager.prepareRenderer
(RenderContext<?, ?> rc, AnnotationRenderer annotationRenderer, Object value) AnnotationPaintable.prepareRenderer
(RenderContext<?, ?> rc, AnnotationRenderer annotationRenderer, Object value) Constructors in edu.uci.ics.jung.visualization.annotations with parameters of type AnnotationRendererModifierConstructorDescriptionAnnotationPaintable
(RenderContext<?, ?> rc, AnnotationRenderer annotationRenderer)