org.das2.dasml.Orientation
HORIZONTAL
VERTICAL
getListIcon
getListIcon( ) → javax.swing.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]
toString
toString( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
valueOf
valueOf( String str ) → org.das2.dasml.Orientation
Parameters
str - a String
Returns:
org.das2.dasml.Orientation
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]