Uses of Class
edu.uci.ics.jung.visualization.annotations.Annotation.Layer
-
Packages that use Annotation.Layer Package Description edu.uci.ics.jung.visualization.annotations 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.Layer Modifier and Type Field Description protected Annotation.Layer
AnnotatingGraphMousePlugin. layer
layer for annotationsprotected Annotation.Layer
Annotation. layer
Methods in edu.uci.ics.jung.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(java.lang.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 edu.uci.ics.jung.visualization.annotations that return types with arguments of type Annotation.Layer Modifier and Type Method Description javax.swing.JComboBox<Annotation.Layer>
AnnotationControls. getLayerBox()
Methods in edu.uci.ics.jung.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 edu.uci.ics.jung.visualization.annotations with parameters of type Annotation.Layer Constructor Description Annotation(T annotation, Annotation.Layer layer, java.awt.Paint paint, boolean fill, java.awt.geom.Point2D location)
-