|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.GraphFormatOptions
public class GraphFormatOptions
This class represents formating options for an SSC graph request.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 size| Method Detail |
|---|
public 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 stream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||