public class GraphFormatOptions
extends java.lang.Object
Constructor and Description |
---|
GraphFormatOptions()
Constructs a GraphFormatOption object with a default value
that specifies automatic labeling, a character size of 1, and
a symbol and tick size of 0.8.
|
GraphFormatOptions(GraphLabelOptions customLabelOptions,
float charSize,
float symbolSize)
Constructs a GraphFormatOption object with the given attribute
values.
|
Modifier and Type | Method and Description |
---|---|
float |
getCharSize()
Gets the character size.
|
GraphLabelOptions |
getCustomLabelOptions()
Gets the custom label options.
|
float |
getSymbolSize()
Gets the symbol and tick size.
|
void |
list(java.io.PrintStream out)
Prints this object's value to the specified output stream.
|
void |
setCharSize(float value)
Sets the character size.
|
void |
setCustomLabelOptions(GraphLabelOptions value)
Sets the custom label options.
|
void |
setSymbolSize(float value)
Sets the symbol and tick size.
|
public GraphFormatOptions()
public GraphFormatOptions(GraphLabelOptions customLabelOptions, float charSize, float symbolSize)
customLabelOptions
- specifies custom labels. A null value
indicates that automatic labeling should be employed.charSize
- specifies the character sizesymbolSize
- specifies the symbol and tick sizepublic GraphLabelOptions getCustomLabelOptions()
setCustomLabelOptions(gov.nasa.gsfc.spdf.ssc.GraphLabelOptions)
public void setCustomLabelOptions(GraphLabelOptions value)
value
- new custom label options. A null value indicates
that automatic labeling is to be employed.getCustomLabelOptions()
public float getCharSize()
setCharSize(float)
public void setCharSize(float value)
value
- new character sizegetCharSize()
public float getSymbolSize()
setSymbolSize(float)
public void setSymbolSize(float value)
value
- new symbol and tick sizegetSymbolSize()
public void list(java.io.PrintStream out)
out
- an output streamSSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.