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.LayerAnnotatingGraphMousePlugin. layerlayer for annotationsprotected Annotation.LayerAnnotation. layerMethods in edu.uci.ics.jung.visualization.annotations that return Annotation.Layer Modifier and Type Method Description Annotation.LayerAnnotatingGraphMousePlugin. getLayer()Annotation.LayerAnnotation. getLayer()static Annotation.LayerAnnotation.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 voidAnnotationManager. add(Annotation.Layer layer, Annotation<?> annotation)AnnotationPaintableAnnotationManager. getAnnotationPaintable(Annotation.Layer layer)voidAnnotatingGraphMousePlugin. setLayer(Annotation.Layer layer)voidAnnotation. 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)
-