Members
(static) instance
The static singleton instance.
This is part of the singleton pattern.
- Source:
Methods
(static) getInstance() → {SvgConfigTmpl}
The static singleton instance.
This is part of the singleton pattern.
- Source:
Returns:
the singleton SvgConfigTmpl instance.
- Type
- SvgConfigTmpl
initialize($super) → {SvgConfigTmpl}
creates a new instance
This:
Parameters:
Name | Type | Description |
---|---|---|
$super |
parent | prototype.js parent to enable to call the parent constructur. |
- Source:
Returns:
the new instance.
- Type
- SvgConfigTmpl