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 AnnotationRendererAnnotationManager. annotationRendererprotected AnnotationRendererAnnotationPaintable. annotationRendererMethods in edu.uci.ics.jung.visualization.annotations with parameters of type AnnotationRenderer Modifier and Type Method Description java.awt.ComponentAnnotationManager. prepareRenderer(RenderContext<?,?> rc, AnnotationRenderer annotationRenderer, java.lang.Object value)java.awt.ComponentAnnotationPaintable. 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)
-