org.das2.graph.PlotSymbolRenderer


PROP_PSYM


PROP_SYMSIZE


PROP_COLOR


PROP_COLORBYDATASETID


getColor

getColor( ) → Color

Get the value of color

Returns:

the value of color

search for examples view on GitHub view source


getColorByDataSetId

getColorByDataSetId( ) → String

Returns:

java.lang.String

search for examples view on GitHub view source


getPsym

getPsym( ) → PlotSymbol

Get the value of psym

Returns:

the value of psym

search for examples view on GitHub view source


getSymSize

getSymSize( ) → double

Get the value of symsize

Returns:

the value of symsize

search for examples view on GitHub view source


render

render( java.awt.Graphics2D g, org.das2.graph.DasAxis xAxis, org.das2.graph.DasAxis yAxis ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setColor

setColor( java.awt.Color newcolor ) → void

Set the value of color

Parameters

newcolor - new value of color

Returns:

void (returns nothing)

search for examples view on GitHub view source


setColorBar

setColorBar( org.das2.graph.DasColorBar colorBar ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setColorByDataSetId

setColorByDataSetId( String newcolorByDataSetId ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setPsym

setPsym( org.das2.graph.PlotSymbol newpsym ) → void

Set the value of psym

Parameters

newpsym - new value of psym

Returns:

void (returns nothing)

search for examples view on GitHub view source


setSymSize

setSymSize( double newsymsize ) → void

Set the value of symsize

Parameters

newsymsize - new value of symsize

Returns:

void (returns nothing)

search for examples view on GitHub view source