Class GraphExport

java.lang.Object
com.sparsity.sparksee.gdb.GraphExport

public class GraphExport extends Object
Stores the graph exporting values.

Author:
Sparsity Technologies http://www.sparsity-technologies.com
  • Constructor Details

    • GraphExport

      public GraphExport()
      Creates a new GraphExport instance.

  • Method Details

    • setDefaults

      public void setDefaults()
      Sets to default values.

    • setLabel

      public void setLabel(String label)
      Sets the graph label.

      Parameters:
      label - [in] The graph label.
    • getLabel

      public String getLabel()
      Gets the graph label.

      Returns:
      The graph label.
    • 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.