org.autoplot.renderer.AnnotationEditorPanel

Friendly editor for Annotation objects.

AnnotationEditorPanel( )

Creates new form AnnotationEditorPanel


doBindings

doBindings( org.autoplot.dom.Annotation ann ) → void

bind to this annotation

Parameters

ann - an Annotation

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]

getAnchorType( ) → org.das2.graph.AnchorType [view source]
main( String[] args ) → void [view source]

releaseBindings

releaseBindings( ) → void

remove all the bindings and references to objects.

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]

setAnchorType( org.das2.graph.AnchorType anchorType ) → void [view source]