Uses of Class
edu.uci.ics.jung.visualization.annotations.Annotation.Layer

Packages that use Annotation.Layer
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
protected  Annotation.Layer Annotation.layer
           
protected  Annotation.Layer AnnotatingGraphMousePlugin.layer
          layer for annotations
 

Methods in edu.uci.ics.jung.visualization.annotations that return Annotation.Layer
 Annotation.Layer Annotation.getLayer()
           
 Annotation.Layer AnnotatingGraphMousePlugin.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're declared.
 

Methods in edu.uci.ics.jung.visualization.annotations with parameters of type Annotation.Layer
 void AnnotationManager.add(Annotation.Layer layer, Annotation<?> annotation)
           
 AnnotationPaintable AnnotationManager.getAnnotationPaintable(Annotation.Layer layer)
           
 void Annotation.setLayer(Annotation.Layer layer)
           
 void AnnotatingGraphMousePlugin.setLayer(Annotation.Layer layer)
           
 

Constructors in edu.uci.ics.jung.visualization.annotations with parameters of type Annotation.Layer
Annotation(T annotation, Annotation.Layer layer, Paint paint, boolean fill, Point2D location)
           
 



Copyright © 2009. All Rights Reserved.