org.das2.graph.SymColor


black


blue


lightRed


red


darkRed


green


darkGreen


white


gray


magenta


drawListIcon

drawListIcon( java.awt.Graphics2D g, int x, int y ) → void

Parameters

g - a Graphics2D
x - an int
y - an int

Returns:

void (returns nothing)

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


getListIcon

getListIcon( ) → Icon

An icon can be provided that will be shown in a list along with the textual description of the element. This method should return null if there is no icon available.

Returns:

javax.swing.Icon

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


getListLabel

getListLabel( ) → String

Returns:

java.lang.String

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


parseSymColor

parseSymColor( String str ) → SymColor

Parameters

str - a String

Returns:

org.das2.graph.SymColor

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


toColor

toColor( ) → Color

Returns:

java.awt.Color

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


toString

toString( ) → String

Returns:

java.lang.String

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