Uses of Enum Class
edu.uci.ics.jung.visualization.annotations.Annotation.Layer
Packages that use Annotation.Layer
Package
Description
Classes which support creating visual annotations for graphs.
-
Uses of Annotation.Layer in edu.uci.ics.jung.visualization.annotations
Fields in edu.uci.ics.jung.visualization.annotations declared as Annotation.LayerModifier and TypeFieldDescriptionprotected Annotation.Layer
AnnotatingGraphMousePlugin.layer
layer for annotationsprotected Annotation.Layer
Annotation.layer
Methods in edu.uci.ics.jung.visualization.annotations that return Annotation.LayerModifier and TypeMethodDescriptionAnnotatingGraphMousePlugin.getLayer()
Annotation.getLayer()
static Annotation.Layer
Returns the enum constant of this class with the specified name.static Annotation.Layer[]
Annotation.Layer.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.uci.ics.jung.visualization.annotations that return types with arguments of type Annotation.LayerMethods in edu.uci.ics.jung.visualization.annotations with parameters of type Annotation.LayerModifier and TypeMethodDescriptionvoid
AnnotationManager.add
(Annotation.Layer layer, Annotation<?> annotation) AnnotationManager.getAnnotationPaintable
(Annotation.Layer layer) void
AnnotatingGraphMousePlugin.setLayer
(Annotation.Layer layer) void
Annotation.setLayer
(Annotation.Layer layer) Constructors in edu.uci.ics.jung.visualization.annotations with parameters of type Annotation.LayerModifierConstructorDescriptionAnnotation
(T annotation, Annotation.Layer layer, Paint paint, boolean fill, Point2D location)