org.das2.graph.AnchorType

Anchor Type


CANVAS

anchored by row and column


PLOT

anchored by datum ranges


DATA

anchored to the data (not implemented, same as PLOT for now).


valueOf

valueOf( String name ) → AnchorType

Parameters

name - a String

Returns:

org.das2.graph.AnchorType

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


values

values( ) → AnchorType

Returns:

org.das2.graph.AnchorType[]

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