org.das2.graph.ContoursRenderer

Renderer for making contour plots.


CONTROL_KEY_LEVELS


CONTROL_KEY_LABELS


CONTROL_KEY_LABEL_CADENCE


CONTROL_KEY_FORMAT


CONTROL_KEY_LABEL_ORIENT


PROP_FONTSIZE


PROP_FORMAT

format, empty string means use the default format.


PROP_LABELORIENT


PROP_SIMPLIFYPATHS


PROP_LINETHICK

handle for the property lineThick.


PROP_LINESTYLE


getContours

getContours( ) → String

return the contour locations, a comma-separated list

Returns:

the contour locations, a comma-separated list

search for examples view on GitHub view source


getFontSize

getFontSize( ) → String

Returns:

java.lang.String

search for examples view on GitHub view source


getFormat

getFormat( ) → String

Returns:

java.lang.String

search for examples view on GitHub view source


getLabelCadence

getLabelCadence( ) → String

return the inter-label distance, in ems.

Returns:

get the inter-label distance, in ems.

search for examples view on GitHub view source


getLabelOrient

getLabelOrient( ) → String

Returns:

java.lang.String

search for examples view on GitHub view source


getLineStyle

getLineStyle( ) → PsymConnector

Returns:

org.das2.graph.PsymConnector

search for examples view on GitHub view source


getLineThick

getLineThick( ) → double

get the line thickness in pixels.

Returns:

the line thickness in pixels.

search for examples view on GitHub view source


isDrawLabels

isDrawLabels( ) → boolean

true if labels should be drawn.

Returns:

true if labels should be drawn.

search for examples view on GitHub view source


setContours

setContours( String contours ) → void

set the contour locations, a comma-separated list

Parameters

contours - the contour locations, a comma-separated list

Returns:

void (returns nothing)

search for examples view on GitHub view source


setDrawLabels

setDrawLabels( boolean drawLabels ) → void

true if labels should be drawn.

Parameters

drawLabels - true if labels should be drawn.

Returns:

void (returns nothing)

search for examples view on GitHub view source


setFontSize

setFontSize( String fontSize ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setFormat

setFormat( String value ) → void

explicitly set the format. format is found there.

Parameters

value -

Returns:

void (returns nothing)

search for examples view on GitHub view source


setLabelCadence

setLabelCadence( String labelCadence ) → void

set the inter-label distance, in ems.

Parameters

labelCadence - the inter-label distance, in ems.

Returns:

void (returns nothing)

search for examples view on GitHub view source


setLabelOrient

setLabelOrient( String labelOrient ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setLineStyle

setLineStyle( org.das2.graph.PsymConnector lineStyle ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setLineThick

setLineThick( double newlineThick ) → void

set the line thickness in pixels.

Parameters

newlineThick - the line thickness in pixels.

Returns:

void (returns nothing)

search for examples view on GitHub view source