Uses of Class
org.jungrapht.visualization.annotations.Annotation.Layer
-
Packages that use Annotation.Layer Package Description org.jungrapht.visualization.annotations Classes which support creating visual annotations for graphs. -
-
Uses of Annotation.Layer in org.jungrapht.visualization.annotations
Fields in org.jungrapht.visualization.annotations declared as Annotation.Layer Modifier and Type Field Description protected Annotation.Layer
AnnotatingGraphMousePlugin. layer
layer for annotationsprotected Annotation.Layer
Annotation. layer
Methods in org.jungrapht.visualization.annotations that return Annotation.Layer Modifier and Type Method Description Annotation.Layer
AnnotatingGraphMousePlugin. getLayer()
Annotation.Layer
Annotation. getLayer()
static Annotation.Layer
Annotation.Layer. valueOf(String name)
Returns the enum constant of this type with the specified name.static Annotation.Layer[]
Annotation.Layer. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jungrapht.visualization.annotations that return types with arguments of type Annotation.Layer Modifier and Type Method Description JComboBox<Annotation.Layer>
AnnotationControls. getLayerBox()
Methods in org.jungrapht.visualization.annotations with parameters of type Annotation.Layer Modifier and Type Method Description void
AnnotationManager. add(Annotation.Layer layer, Annotation<?> annotation)
AnnotationPaintable
AnnotationManager. getAnnotationPaintable(Annotation.Layer layer)
void
AnnotatingGraphMousePlugin. setLayer(Annotation.Layer layer)
void
Annotation. setLayer(Annotation.Layer layer)
Constructors in org.jungrapht.visualization.annotations with parameters of type Annotation.Layer Constructor Description Annotation(T annotation, Annotation.Layer layer, Paint paint, boolean fill, Point2D location)
-