GraphicBase Class
GraphicBase serves as the base class for the graphic layer. It serves the same purpose as Base but uses a lightweight getter/setter class instead of Attribute. This class is temporary and a work in progress.
graphics/js/GraphicBase.js:225
GraphicBase serves as the base class for the graphic layer. It serves the same purpose as Base but uses a lightweight getter/setter class instead of Attribute. This class is temporary and a work in progress.
GraphicBase
cfg
Defined in
graphics/js/GraphicBase.js:225
cfg
Object
Key value pairs for attributes
_camelCaseConcat
prefix
name
Defined in
graphics/js/GraphicBase.js:273
Camel case concatanates two strings.
init
Defined in
graphics/js/GraphicBase.js:257
Init method, invoked during construction.
Fires an init event after calling initializer
on implementers.