Class GraphExport
java.lang.Object
com.sparsity.sparksee.gdb.GraphExport
Stores the graph exporting values.
- Author:
- Sparsity Technologies http://www.sparsity-technologies.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the background color.getLabel()Gets the graph label.voidsetColorRGB(int color) Sets the background color.voidSets to default values.voidSets the graph label.
-
Constructor Details
-
GraphExport
public GraphExport()Creates a new GraphExport instance.
-
-
Method Details
-
setDefaults
public void setDefaults()Sets to default values. -
setLabel
-
getLabel
-
setColorRGB
public void setColorRGB(int color) Sets the background color.- Parameters:
color- The background color.
-
getColorRGB
public int getColorRGB()Gets the background color.- Returns:
- The background color.
-