Class: SvgConfigTmpl

SvgConfigTmpl

Singleton configuration for jschess

Constructor

new SvgConfigTmpl()

Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
Source:

Members

(static) instance

The static singleton instance. This is part of the singleton pattern.
Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
Source:

Methods

(static) getInstance() → {SvgConfigTmpl}

The static singleton instance. This is part of the singleton pattern.
Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
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.
Author:
  • mark.veltzer@gmail.com (Mark Veltzer)
Source:
Returns:
the new instance.
Type
SvgConfigTmpl