Sparksee
6.0.2
|
Stores the node exporting values. More...
Public Member Functions | |
NodeExport () | |
Creates a new instance. | |
virtual | ~NodeExport () |
Destructor. | |
void | SetDefaults () |
Sets to default values. | |
const std::wstring & | GetLabel () const |
Gets the node label. More... | |
void | SetLabel (const std::wstring &label) |
Sets the node label. More... | |
NodeShape | GetShape () const |
Gets the node shape. More... | |
void | SetShape (NodeShape shape) |
Sets the node shape. More... | |
ColorRGB | GetColorRGB () const |
Gets the node color. More... | |
void | SetColorRGB (ColorRGB color) |
Sets the node color. More... | |
ColorRGB | GetLabelColorRGB () const |
Gets the node label color. More... | |
void | SetLabelColorRGB (ColorRGB color) |
Sets the node label color. More... | |
int32_t | GetHeight () const |
Gets the node height. More... | |
void | SetHeight (int32_t height) |
Sets the node height. More... | |
int32_t | GetWidth () const |
Gets the node width. More... | |
void | SetWidth (int32_t width) |
Gets the node width. More... | |
bool_t | IsFit () const |
Gets whether the node size is fitted to the label or not. More... | |
void | SetFit (bool_t fit) |
Sets the node fit property. More... | |
int32_t | GetFontSize () const |
Gets the node label font size. More... | |
void | SetFontSize (int32_t size) |
Sets the node label font size. More... | |
Stores the node exporting values.
When 'fit' is set to TRUE, then 'height' and 'width' will be ignored.
Some properties may be ignored depending on the exportation type.
Default values are:
Label: "" (empty string).
Shape: Box.
Color: 10863606 (0xa5c3f6).
Label color: 0 (Ox000000, Black).
Height: 25px.
Width: 25px.
Fit: TRUE.
Font size: 10.
|
inline |
Gets the node color.
|
inline |
Gets the node label font size.
|
inline |
Gets the node height.
|
inline |
Gets the node label.
|
inline |
Gets the node label color.
|
inline |
Gets the node shape.
|
inline |
Gets the node width.
|
inline |
Gets whether the node size is fitted to the label or not.
|
inline |
Sets the node color.
color | The node color. |
|
inline |
Sets the node fit property.
fit | [in] If TRUE, then the node size is fitted to the label ('height' and 'width' will be ignored), otherwise the size is fixed with the values of 'height' and 'width'. |
|
inline |
Sets the node label font size.
size | [in] The node label font size. |
|
inline |
Sets the node height.
height | [in] The node height in pixels. |
|
inline |
Sets the node label.
label | [in] The node label. |
|
inline |
Sets the node label color.
color | [in] The node label color. |
|
inline |
Sets the node shape.
shape | [in] The node shape. |
|
inline |
Gets the node width.
width | The node width in pixels. |