SparkseeNet 6.1.0
com.sparsity.sparksee.gdb.GraphExport Class Reference

Stores the graph exporting values. More...

Public Member Functions

void SetDefaults ()
 Sets to default values.
 
void SetLabel (System.String label)
 Sets the graph label.
 
System.String GetLabel ()
 Gets the graph label.
 
void SetColorRGB (int color)
 Sets the background color.
 
int GetColorRGB ()
 Gets the background color.
 
 GraphExport ()
 Creates a new GraphExport instance.
 

Detailed Description

Stores the graph exporting values.

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

Member Function Documentation

◆ GetColorRGB()

int com.sparsity.sparksee.gdb.GraphExport.GetColorRGB ( )

Gets the background color.

Returns
The background color.

◆ GetLabel()

System.String com.sparsity.sparksee.gdb.GraphExport.GetLabel ( )

Gets the graph label.

Returns
The graph label.

◆ SetColorRGB()

void com.sparsity.sparksee.gdb.GraphExport.SetColorRGB ( int color)

Sets the background color.

Parameters
colorThe background color.

◆ SetLabel()

void com.sparsity.sparksee.gdb.GraphExport.SetLabel ( System.String label)

Sets the graph label.

Parameters
label[in] The graph label.