Class: NodeComponent

NodeComponent()

new NodeComponent()

Base class for node-style TikZ components.

Source:

Extends

Methods

serialize(indentopt) → {string}

Serializes a component. The TikZ "source code" is returned.

Parameters:
Name Type Attributes Default Description
indent number <optional>
0

the indention (= amount of tabs) to use

Source:
Returns:

the serialized component

Type
string

NodeComponent(angleopt, mirrorXopt, mirrorYopt)

new NodeComponent(angleopt, mirrorXopt, mirrorYopt)

For use in subclasses only.

Parameters:
Name Type Attributes Default Description
angle number <optional>
0

the angle to rotate the component

mirrorX boolean <optional>
false

true to mirror on x axis

mirrorY boolean <optional>
false

true to mirror on y axis

Source:

Methods

serialize(indentopt) → {string}

Serializes a component. The TikZ "source code" is returned.

Parameters:
Name Type Attributes Default Description
indent number <optional>
0

the indention (= amount of tabs) to use

Source:
Returns:

the serialized component

Type
string