Uses of Class
org.das2.graph.DasAnnotation.BorderType

Packages that use DasAnnotation.BorderType
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
 

Uses of DasAnnotation.BorderType in org.das2.graph
 

Methods in org.das2.graph that return DasAnnotation.BorderType
 DasAnnotation.BorderType DasAnnotation.getBorderType()
           
static DasAnnotation.BorderType DasAnnotation.BorderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DasAnnotation.BorderType[] DasAnnotation.BorderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.das2.graph with parameters of type DasAnnotation.BorderType
 void DasAnnotation.setBorderType(DasAnnotation.BorderType newborderType)