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