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.
+
+
+
+
+Constructor
+
+
+
+
+
+
+ GraphicBase
+
+
+
+ (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
-
+
+
cfg+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+Parameters:
+ +-
+
+
-
+
+
cfg+ Object + + + + +++ + +Key value pairs for attributes
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Item Index
+ + +
+
+
+
+
+
+
+
+
+ Methods
+ +-
+
+
- + _camelCaseConcat + + + + + +
- + init + + + + + +
+
+
+
+
+
+
+
+
+ Methods
+ + +
+
+
+
+
+
+
+ _camelCaseConcat
+
+
+
+ (
+
+
+
+
+
+
+
+
+
+
+
+ private
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
-
+
+
prefix+ +
+
+ -
+
+
name+ +
+
+
+
+
+
+ Camel case concatanates two strings.
+
+
+
+
+
+ Parameters:
+ + +
+
+
+
+
+Returns:
+ +
+
+
+ String
+
+
+
+
+
+
+ ()
+
+
+
+
+
+
+
+ protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ init
+
+
+ ()
+
+
+
+
+
+
+
+ protected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Init method, invoked during construction.
+Fires an init event after calling initializer on implementers.
